Html Css Color HEX #046FDE Navy Blue

📋 copy color: '#046FDE'

red 4 ◦ green 111 ◦ blue 222

#046FDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #046FDE

Tints of Navy Blue #046FDE

RGB

 RED value IS 4 (1.95% from 255) = 1.19%

 GREEN value IS 111 (43.75% from 255) = 32.94%

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 1.19%
G = 32.94%
B = 65.88%

CMYK

 C value IS 0.98

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#046FDE (or 0x046FDE) is known color: Navy Blue. HEX triplet: 04, 6F and DE. RGB value is (4,111,222). Sum of RGB (Red+Green+Blue) = 4+111+222=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #046FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FDE is #FB9021. Grayscale: #5B5B5B. Windows color (decimal): -16486434 or 14577412. OLE color: 14577412.

HSL color Cylindrical-coordinate representation of color #046FDE: hue angle of 210.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FDE is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 111 222 -
CMYK 0.98 0.5 0 0.13
HSL 210.55º 0.96% 0.44% -
HSV(B) 210.55º 0.98% 0.87% -
XYZ 18.92 16.67 71.33 -
YUV 91.66 201.55 65.47 -
System Red Green Blue C M Y K H S L
Decimal 4 111 222 0.98 0.5 0 0.13 210.55 0.96 0.44
Hex 4 6F DE 62 32 0 D D3 60 2C
Octal 4 157 336 142 62 0 15 323 140 54
Binary 100 1101111 11011110 1100010 110010 0 1101 11010011 1100000 101100

Color Harmonies of #046FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FDE

Black with #046FDE

Text Example


Text Example

White with #046FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,111,222); }

 H1.HeaderClassName
 {
   color: #046FDE;
 }
 .AnyTagClassName
 {
   color: #046FDE;
 }
</style>

background-color css

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

 a { background-color: rgb(4,111,222); }

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

border-color css

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

 span { border-color: rgb(4,111,222); }

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