Html Css Color HEX #0476DD Navy Blue

📋 copy color: '#0476DD'

red 4 ◦ green 118 ◦ blue 221

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

Shades of Navy Blue #0476DD

Tints of Navy Blue #0476DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.43%

R = 1.17%
G = 34.4%
B = 64.43%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0476DD (or 0x0476DD) is known color: Navy Blue. HEX triplet: 04, 76 and DD. RGB value is (4,118,221). Sum of RGB (Red+Green+Blue) = 4+118+221=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #0476DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0476DD is #FB8922. Grayscale: #5F5F5F. Windows color (decimal): -16484643 or 14513668. OLE color: 14513668.

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

Color convert

RGB 4 118 221 -
CMYK 0.98 0.47 0 0.13
HSL 208.48º 0.96% 0.44% -
HSV(B) 208.48º 0.98% 0.87% -
XYZ 19.58 18.2 70.89 -
YUV 95.66 198.73 62.62 -
System Red Green Blue C M Y K H S L
Decimal 4 118 221 0.98 0.47 0 0.13 208.48 0.96 0.44
Hex 4 76 DD 62 2F 0 D D0 60 2C
Octal 4 166 335 142 57 0 15 320 140 54
Binary 100 1110110 11011101 1100010 101111 0 1101 11010000 1100000 101100

Color Harmonies of #0476DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0476DD

Black with #0476DD

Text Example


Text Example

White with #0476DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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