#046BF6

Color #046BF6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #046BF6

Tints of Navy Blue #046BF6

Color information

#046BF6 (or 0x046BF6) is unknown color: approx Navy Blue. HEX triplet: 04, 6B and F6. RGB value is (4,107,246). Sum of RGB (Red+Green+Blue) = 4+107+246=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 246 (96.48% from 255 or 68.91% from 357); Max value from RGB is 246 - color contains mainly: blue. Hex color #046BF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046BF6 is #FB9409. Grayscale: #5B5B5B. Windows color (decimal): -16487434 or 16149252. OLE color: 16149252.

HSL color Cylindrical-coordinate representation of color #046BF6: hue angle of 214.46º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046BF6 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4107246-
CMYK0.980.5700.04
HSL214.46º96.8%49.02%-
HSV(B)214.46º98.37%96.47%-
XYZ21.9417.289.35-
YUV92.05214.8865.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.12%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 246 (96.48% from 255) = 68.91%
R=1.12%
G=29.97%
B=68.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal41072460.980.5700.04214.4696.849.02
Hex46BF6623904d66131
Octal4153366142710432614161
Binary10011010111111011011000101110010100110101101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046BF6; }

 p { color: rgb(4,107,246); }

 H1.HeaderClassName
 {
   color: #046BF6;
 }
 .AnyTagClassName
 {
   color: #046BF6;
 }
</style>
background-color css

<style>
 a { background-color: #046BF6; }

 a { background-color: rgb(4,107,246); }

 div.DivClassName
 {
   background-color: #046BF6;
 }
 .BgClassName
 {
   background-color: #046BF6;
 }
</style>
border-color css

<style>
 span { border-color: #046BF6; }

 span { border-color: rgb(4,107,246); }

 td.TdClassName
 {
   border-color: #046BF6;
 }
 .TagClassName
 {
   border-color: #046BF6;
 }
</style>