#041946

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

Shades of Sapphire #041946

Tints of Sapphire #041946

Color information

#041946 (or 0x041946) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 46. RGB value is (4,25,70). Sum of RGB (Red+Green+Blue) = 4+25+70=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #041946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041946 is #FBE6B9. Grayscale: #171717. Windows color (decimal): -16508602 or 4593924. OLE color: 4593924.

HSL color Cylindrical-coordinate representation of color #041946: hue angle of 220.91º 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 #041946 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB42570-
CMYK0.940.6400.73
HSL220.91º89.19%14.51%-
HSV(B)220.91º94.29%27.45%-
XYZ1.51.165.94-
YUV23.85154.04113.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 70 (27.73% from 255) = 70.71%
R=4.04%
G=25.25%
B=70.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal425700.940.6400.73220.9189.1914.51
Hex419465E40049dd59f
Octal431106136100011133513117
Binary10011001100011010111101000000010010011101110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041946; }

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

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

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

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

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

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

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

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