#046CB9

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

Shades of Navy Blue #046CB9

Tints of Navy Blue #046CB9

Color information

#046CB9 (or 0x046CB9) is unknown color: approx Navy Blue. HEX triplet: 04, 6C and B9. RGB value is (4,108,185). Sum of RGB (Red+Green+Blue) = 4+108+185=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 185 (72.66% from 255 or 62.29% from 297); Max value from RGB is 185 - color contains mainly: blue. Hex color #046CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CB9 is #FB9346. Grayscale: #555555. Windows color (decimal): -16487239 or 12151812. OLE color: 12151812.

HSL color Cylindrical-coordinate representation of color #046CB9: hue angle of 205.52º 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 #046CB9 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4108185-
CMYK0.980.4200.27
HSL205.52º95.77%37.06%-
HSV(B)205.52º97.84%72.55%-
XYZ14.1714.2547.9-
YUV85.68184.0469.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.35%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 185 (72.66% from 255) = 62.29%
R=1.35%
G=36.36%
B=62.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41081850.980.4200.27205.5295.7737.06
Hex46CB9622A01Bce6025
Octal41542711425203331614045
Binary1001101100101110011100010101010011011110011101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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