Html Css Color HEX #046EDE Navy Blue

📋 copy color: '#046EDE'

red 4 ◦ green 110 ◦ blue 222

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

Shades of Navy Blue #046EDE

Tints of Navy Blue #046EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

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

R = 1.19%
G = 32.74%
B = 66.07%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#046EDE (or 0x046EDE) is known color: Navy Blue. HEX triplet: 04, 6E and DE. RGB value is (4,110,222). Sum of RGB (Red+Green+Blue) = 4+110+222=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #046EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046EDE is #FB9121. Grayscale: #5A5A5A. Windows color (decimal): -16486690 or 14577156. OLE color: 14577156.

HSL color Cylindrical-coordinate representation of color #046EDE: hue angle of 210.83º 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 #046EDE is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 110 222 -
CMYK 0.98 0.50 0 0.13
HSL 210.83º 0.96% 0.44% -
HSV(B) 210.83º 0.98% 0.87% -
XYZ 18.81 16.45 71.29 -
YUV 91.07 201.88 65.89 -
System Red Green Blue C M Y K H S L
Decimal 4 110 222 0.98 0.50 0 0.13 210.83 0.96 0.44
Hex 4 6E DE 62 32 0 D D3 60 2C
Octal 4 156 336 142 62 0 15 323 140 54
Binary 100 1101110 11011110 1100010 110010 0 1101 11010011 1100000 101100

Color Harmonies of #046EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EDE

Black with #046EDE

Text Example


Text Example

White with #046EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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