#046EBD

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

Shades of Navy Blue #046EBD

Tints of Navy Blue #046EBD

Color information

#046EBD (or 0x046EBD) is unknown color: approx Navy Blue. HEX triplet: 04, 6E and BD. RGB value is (4,110,189). Sum of RGB (Red+Green+Blue) = 4+110+189=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #046EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046EBD is #FB9142. Grayscale: #565656. Windows color (decimal): -16486723 or 12414468. OLE color: 12414468.

HSL color Cylindrical-coordinate representation of color #046EBD: hue angle of 205.62º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046EBD is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4110189-
CMYK0.980.4200.26
HSL205.62º95.85%37.84%-
HSV(B)205.62º97.88%74.12%-
XYZ14.8114.8550.23-
YUV87.31185.3868.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.32%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 189 (74.22% from 255) = 62.38%
R=1.32%
G=36.30%
B=62.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41101890.980.4200.26205.6295.8537.84
Hex46EBD622A01Ace6026
Octal41562751425203231614046
Binary1001101110101111011100010101010011010110011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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