#0477E7

Color #0477E7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0477E7

Tints of Navy Blue #0477E7

Color information

#0477E7 (or 0x0477E7) is unknown color: approx Navy Blue. HEX triplet: 04, 77 and E7. RGB value is (4,119,231). Sum of RGB (Red+Green+Blue) = 4+119+231=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 231 (90.62% from 255 or 65.25% from 354); Max value from RGB is 231 - color contains mainly: blue. Hex color #0477E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0477E7 is #FB8818. Grayscale: #606060. Windows color (decimal): -16484377 or 15169284. OLE color: 15169284.

HSL color Cylindrical-coordinate representation of color #0477E7: hue angle of 209.6º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0477E7 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4119231-
CMYK0.980.4800.09
HSL209.6º96.6%46.08%-
HSV(B)209.6º98.27%90.59%-
XYZ21.0718.9978.16-
YUV97.38203.461.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.13%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 231 (90.62% from 255) = 65.25%
R=1.13%
G=33.62%
B=65.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal41192310.980.4800.09209.696.646.08
Hex477E7623009d2612e
Octal41673471426001132214156
Binary100111011111100111110001011000001001110100101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0477E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0477E7; }

 p { color: rgb(4,119,231); }

 H1.HeaderClassName
 {
   color: #0477E7;
 }
 .AnyTagClassName
 {
   color: #0477E7;
 }
</style>
background-color css

<style>
 a { background-color: #0477E7; }

 a { background-color: rgb(4,119,231); }

 div.DivClassName
 {
   background-color: #0477E7;
 }
 .BgClassName
 {
   background-color: #0477E7;
 }
</style>
border-color css

<style>
 span { border-color: #0477E7; }

 span { border-color: rgb(4,119,231); }

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