#0446EB

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

Shades of Navy Blue #0446EB

Tints of Navy Blue #0446EB

Color information

#0446EB (or 0x0446EB) is unknown color: approx Navy Blue. HEX triplet: 04, 46 and EB. RGB value is (4,70,235). Sum of RGB (Red+Green+Blue) = 4+70+235=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #0446EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0446EB is #FBB914. Grayscale: #444444. Windows color (decimal): -16496917 or 15418884. OLE color: 15418884.

HSL color Cylindrical-coordinate representation of color #0446EB: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0446EB is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB470235-
CMYK0.980.7000.08
HSL222.86º96.65%46.86%-
HSV(B)222.86º98.3%92.16%-
XYZ17.2410.479.7-
YUV69.08221.6381.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 235 (92.19% from 255) = 76.05%
R=1.29%
G=22.65%
B=76.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal4702350.980.7000.08222.8696.6546.86
Hex446EB624608df612f
Octal410635314210601033714157
Binary1001000110111010111100010100011001000110111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0446EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0446EB; }

 p { color: rgb(4,70,235); }

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

<style>
 a { background-color: #0446EB; }

 a { background-color: rgb(4,70,235); }

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

<style>
 span { border-color: #0446EB; }

 span { border-color: rgb(4,70,235); }

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