#046FB9

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

Shades of Navy Blue #046FB9

Tints of Navy Blue #046FB9

Color information

#046FB9 (or 0x046FB9) is unknown color: approx Navy Blue. HEX triplet: 04, 6F and B9. RGB value is (4,111,185). Sum of RGB (Red+Green+Blue) = 4+111+185=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #046FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FB9 is #FB9046. Grayscale: #575757. Windows color (decimal): -16486471 or 12152580. OLE color: 12152580.

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

Color convert

RGB4111185-
CMYK0.980.400.27
HSL204.53º95.77%37.06%-
HSV(B)204.53º97.84%72.55%-
XYZ14.4914.948.01-
YUV87.44183.0568.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.33%
GREEN value IS 111 (43.75% from 255) = 37%
BLUE value IS 185 (72.66% from 255) = 61.67%
R=1.33%
G=37%
B=61.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41111850.980.400.27204.5395.7737.06
Hex46FB9622801Bcd6025
Octal41572711425003331514045
Binary1001101111101110011100010101000011011110011011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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