#0461C6

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

Shades of Navy Blue #0461C6

Tints of Navy Blue #0461C6

Color information

#0461C6 (or 0x0461C6) is unknown color: approx Navy Blue. HEX triplet: 04, 61 and C6. RGB value is (4,97,198). Sum of RGB (Red+Green+Blue) = 4+97+198=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 198 (77.73% from 255 or 66.22% from 299); Max value from RGB is 198 - color contains mainly: blue. Hex color #0461C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0461C6 is #FB9E39. Grayscale: #505050. Windows color (decimal): -16490042 or 13000964. OLE color: 13000964.

HSL color Cylindrical-coordinate representation of color #0461C6: hue angle of 211.24º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0461C6 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB497198-
CMYK0.980.5100.22
HSL211.24º96.04%39.61%-
HSV(B)211.24º97.98%77.65%-
XYZ14.5212.6555.1-
YUV80.71194.1973.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.34%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 198 (77.73% from 255) = 66.22%
R=1.34%
G=32.44%
B=66.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4971980.980.5100.22211.2496.0439.61
Hex461C66233016d36028
Octal41413061426302632314050
Binary1001100001110001101100010110011010110110100111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0461C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0461C6; }

 p { color: rgb(4,97,198); }

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

<style>
 a { background-color: #0461C6; }

 a { background-color: rgb(4,97,198); }

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

<style>
 span { border-color: #0461C6; }

 span { border-color: rgb(4,97,198); }

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