#046EB9

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

Shades of Navy Blue #046EB9

Tints of Navy Blue #046EB9

Color information

#046EB9 (or 0x046EB9) is unknown color: approx Navy Blue. HEX triplet: 04, 6E and B9. RGB value is (4,110,185). Sum of RGB (Red+Green+Blue) = 4+110+185=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 185 (72.66% from 255 or 61.87% from 299); Max value from RGB is 185 - color contains mainly: blue. Hex color #046EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046EB9 is #FB9146. Grayscale: #565656. Windows color (decimal): -16486727 or 12152324. OLE color: 12152324.

HSL color Cylindrical-coordinate representation of color #046EB9: hue angle of 204.86º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046EB9 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4110185-
CMYK0.980.4100.27
HSL204.86º95.77%37.06%-
HSV(B)204.86º97.84%72.55%-
XYZ14.3814.6847.97-
YUV86.86183.3868.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.34%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 185 (72.66% from 255) = 61.87%
R=1.34%
G=36.79%
B=61.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41101850.980.4100.27204.8695.7737.06
Hex46EB9622901Bcd6025
Octal41562711425103331514045
Binary1001101110101110011100010101001011011110011011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,110,185); }

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

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

 a { background-color: rgb(4,110,185); }

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

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

 span { border-color: rgb(4,110,185); }

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