#0474E7

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

Shades of Navy Blue #0474E7

Tints of Navy Blue #0474E7

Color information

#0474E7 (or 0x0474E7) is unknown color: approx Navy Blue. HEX triplet: 04, 74 and E7. RGB value is (4,116,231). Sum of RGB (Red+Green+Blue) = 4+116+231=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 231 (90.62% from 255 or 65.81% from 351); Max value from RGB is 231 - color contains mainly: blue. Hex color #0474E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0474E7 is #FB8B18. Grayscale: #5F5F5F. Windows color (decimal): -16485145 or 15168516. OLE color: 15168516.

HSL color Cylindrical-coordinate representation of color #0474E7: hue angle of 210.4º 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 #0474E7 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4116231-
CMYK0.980.5000.09
HSL210.4º96.6%46.08%-
HSV(B)210.4º98.27%90.59%-
XYZ20.7218.2978.04-
YUV95.62204.3962.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.14%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 231 (90.62% from 255) = 65.81%
R=1.14%
G=33.05%
B=65.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal41162310.980.5000.09210.496.646.08
Hex474E7623209d2612e
Octal41643471426201132214156
Binary100111010011100111110001011001001001110100101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0474E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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