Html Css Color HEX #0478CA Navy Blue

📋 copy color: '#0478CA'

red 4 ◦ green 120 ◦ blue 202

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

Shades of Navy Blue #0478CA

Tints of Navy Blue #0478CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

 BLUE value IS 202 (79.3% from 255) = 61.96%

R = 1.23%
G = 36.81%
B = 61.96%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0478CA (or 0x0478CA) is known color: Navy Blue. HEX triplet: 04, 78 and CA. RGB value is (4,120,202). Sum of RGB (Red+Green+Blue) = 4+120+202=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #0478CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0478CA is #FB8735. Grayscale: #5E5E5E. Windows color (decimal): -16484150 or 13268996. OLE color: 13268996.

HSL color Cylindrical-coordinate representation of color #0478CA: hue angle of 204.85º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478CA is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 120 202 -
CMYK 0.98 0.41 0 0.21
HSL 204.85º 0.96% 0.4% -
HSV(B) 204.85º 0.98% 0.79% -
XYZ 17.43 17.72 58.38 -
YUV 94.66 188.57 63.33 -
System Red Green Blue C M Y K H S L
Decimal 4 120 202 0.98 0.41 0 0.21 204.85 0.96 0.4
Hex 4 78 CA 62 29 0 15 CD 60 28
Octal 4 170 312 142 51 0 25 315 140 50
Binary 100 1111000 11001010 1100010 101001 0 10101 11001101 1100000 101000

Color Harmonies of #0478CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0478CA

Black with #0478CA

Text Example


Text Example

White with #0478CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0478CA; }

 p { color: rgb(4,120,202); }

 H1.HeaderClassName
 {
   color: #0478CA;
 }
 .AnyTagClassName
 {
   color: #0478CA;
 }
</style>

background-color css

<style>
 a { background-color: #0478CA; }

 a { background-color: rgb(4,120,202); }

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

border-color css

<style>
 span { border-color: #0478CA; }

 span { border-color: rgb(4,120,202); }

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