Html Css Color HEX #046DCB Navy Blue

📋 copy color: '#046DCB'

red 4 ◦ green 109 ◦ blue 203

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

Shades of Navy Blue #046DCB

Tints of Navy Blue #046DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 1.27%
G = 34.49%
B = 64.24%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#046DCB (or 0x046DCB) is known color: Navy Blue. HEX triplet: 04, 6D and CB. RGB value is (4,109,203). Sum of RGB (Red+Green+Blue) = 4+109+203=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #046DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DCB is #FB9234. Grayscale: #575757. Windows color (decimal): -16486965 or 13331716. OLE color: 13331716.

HSL color Cylindrical-coordinate representation of color #046DCB: hue angle of 208.34º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DCB is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 109 203 -
CMYK 0.98 0.46 0 0.20
HSL 208.34º 0.96% 0.41% -
HSV(B) 208.34º 0.98% 0.8% -
XYZ 16.3 15.27 58.59 -
YUV 88.32 192.71 67.86 -
System Red Green Blue C M Y K H S L
Decimal 4 109 203 0.98 0.46 0 0.20 208.34 0.96 0.41
Hex 4 6D CB 62 2E 0 14 D0 60 29
Octal 4 155 313 142 56 0 24 320 140 51
Binary 100 1101101 11001011 1100010 101110 0 10100 11010000 1100000 101001

Color Harmonies of #046DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046DCB

Black with #046DCB

Text Example


Text Example

White with #046DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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