#041A46

Color #041A46 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #041A46

Tints of Sapphire #041A46

Color information

#041A46 (or 0x041A46) is unknown color: approx Sapphire. HEX triplet: 04, 1A and 46. RGB value is (4,26,70). Sum of RGB (Red+Green+Blue) = 4+26+70=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 70 (27.73% from 255 or 70% from 100); Max value from RGB is 70 - color contains mainly: blue. Hex color #041A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A46 is #FBE5B9. Grayscale: #181818. Windows color (decimal): -16508346 or 4594180. OLE color: 4594180.

HSL color Cylindrical-coordinate representation of color #041A46: hue angle of 220º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041A46 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB42670-
CMYK0.940.6300.73
HSL220º89.19%14.51%-
HSV(B)220º94.29%27.45%-
XYZ1.521.215.95-
YUV24.44153.71113.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 70 (27.73% from 255) = 70%
R=4%
G=26%
B=70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal426700.940.6300.7322089.1914.51
Hex41A465E3F049dc59f
Octal43210613677011133413117
Binary1001101010001101011110111111010010011101110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041A46; }

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

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

<style>
 a { background-color: #041A46; }

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

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

<style>
 span { border-color: #041A46; }

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

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