Html Css Color HEX #046DDE Navy Blue

📋 copy color: '#046DDE'

red 4 ◦ green 109 ◦ blue 222

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

Shades of Navy Blue #046DDE

Tints of Navy Blue #046DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 1.19%
G = 32.54%
B = 66.27%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#046DDE (or 0x046DDE) is known color: Navy Blue. HEX triplet: 04, 6D and DE. RGB value is (4,109,222). Sum of RGB (Red+Green+Blue) = 4+109+222=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #046DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DDE is #FB9221. Grayscale: #595959. Windows color (decimal): -16486946 or 14576900. OLE color: 14576900.

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

Color convert

RGB 4 109 222 -
CMYK 0.98 0.51 0 0.13
HSL 211.1º 0.96% 0.44% -
HSV(B) 211.1º 0.98% 0.87% -
XYZ 18.7 16.24 71.26 -
YUV 90.49 202.21 66.31 -
System Red Green Blue C M Y K H S L
Decimal 4 109 222 0.98 0.51 0 0.13 211.1 0.96 0.44
Hex 4 6D DE 62 33 0 D D3 60 2C
Octal 4 155 336 142 63 0 15 323 140 54
Binary 100 1101101 11011110 1100010 110011 0 1101 11010011 1100000 101100

Color Harmonies of #046DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046DDE

Black with #046DDE

Text Example


Text Example

White with #046DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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