#046AD9

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

Shades of Navy Blue #046AD9

Tints of Navy Blue #046AD9

Color information

#046AD9 (or 0x046AD9) is unknown color: approx Navy Blue. HEX triplet: 04, 6A and D9. RGB value is (4,106,217). Sum of RGB (Red+Green+Blue) = 4+106+217=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 217 (85.16% from 255 or 66.36% from 327); Max value from RGB is 217 - color contains mainly: blue. Hex color #046AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046AD9 is #FB9526. Grayscale: #575757. Windows color (decimal): -16487719 or 14248452. OLE color: 14248452.

HSL color Cylindrical-coordinate representation of color #046AD9: hue angle of 211.27º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046AD9 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4106217-
CMYK0.980.5100.15
HSL211.27º96.38%43.33%-
HSV(B)211.27º98.16%85.1%-
XYZ17.7315.3467.67-
YUV88.16200.7167.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.22%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 217 (85.16% from 255) = 66.36%
R=1.22%
G=32.42%
B=66.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41062170.980.5100.15211.2796.3843.33
Hex46AD962330Fd3602b
Octal41523311426301732314053
Binary100110101011011001110001011001101111110100111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046AD9; }

 p { color: rgb(4,106,217); }

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

<style>
 a { background-color: #046AD9; }

 a { background-color: rgb(4,106,217); }

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

<style>
 span { border-color: #046AD9; }

 span { border-color: rgb(4,106,217); }

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