Html Css Color HEX #046BDE Navy Blue

📋 copy color: '#046BDE'

red 4 ◦ green 107 ◦ blue 222

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

Shades of Navy Blue #046BDE

Tints of Navy Blue #046BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.13%

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

R = 1.2%
G = 32.13%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#046BDE (or 0x046BDE) is known color: Navy Blue. HEX triplet: 04, 6B and DE. RGB value is (4,107,222). Sum of RGB (Red+Green+Blue) = 4+107+222=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #046BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BDE is #FB9421. Grayscale: #585858. Windows color (decimal): -16487458 or 14576388. OLE color: 14576388.

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

Color convert

RGB 4 107 222 -
CMYK 0.98 0.52 0 0.13
HSL 211.65º 0.96% 0.44% -
HSV(B) 211.65º 0.98% 0.87% -
XYZ 18.49 15.82 71.19 -
YUV 89.31 202.88 67.15 -
System Red Green Blue C M Y K H S L
Decimal 4 107 222 0.98 0.52 0 0.13 211.65 0.96 0.44
Hex 4 6B DE 62 34 0 D D4 60 2C
Octal 4 153 336 142 64 0 15 324 140 54
Binary 100 1101011 11011110 1100010 110100 0 1101 11010100 1100000 101100

Color Harmonies of #046BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046BDE

Black with #046BDE

Text Example


Text Example

White with #046BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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