Html Css Color HEX #0476DC Navy Blue

📋 copy color: '#0476DC'

red 4 ◦ green 118 ◦ blue 220

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

Shades of Navy Blue #0476DC

Tints of Navy Blue #0476DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 220 (86.33% from 255) = 64.33%

R = 1.17%
G = 34.5%
B = 64.33%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0476DC (or 0x0476DC) is known color: Navy Blue. HEX triplet: 04, 76 and DC. RGB value is (4,118,220). Sum of RGB (Red+Green+Blue) = 4+118+220=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #0476DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0476DC is #FB8923. Grayscale: #5F5F5F. Windows color (decimal): -16484644 or 14448132. OLE color: 14448132.

HSL color Cylindrical-coordinate representation of color #0476DC: hue angle of 208.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0476DC is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 118 220 -
CMYK 0.98 0.46 0 0.14
HSL 208.33º 0.96% 0.44% -
HSV(B) 208.33º 0.98% 0.86% -
XYZ 19.45 18.15 70.19 -
YUV 95.54 198.23 62.71 -
System Red Green Blue C M Y K H S L
Decimal 4 118 220 0.98 0.46 0 0.14 208.33 0.96 0.44
Hex 4 76 DC 62 2E 0 E D0 60 2C
Octal 4 166 334 142 56 0 16 320 140 54
Binary 100 1110110 11011100 1100010 101110 0 1110 11010000 1100000 101100

Color Harmonies of #0476DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0476DC

Black with #0476DC

Text Example


Text Example

White with #0476DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0476DC; }

 p { color: rgb(4,118,220); }

 H1.HeaderClassName
 {
   color: #0476DC;
 }
 .AnyTagClassName
 {
   color: #0476DC;
 }
</style>

background-color css

<style>
 a { background-color: #0476DC; }

 a { background-color: rgb(4,118,220); }

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

border-color css

<style>
 span { border-color: #0476DC; }

 span { border-color: rgb(4,118,220); }

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