#041249

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

Shades of Sapphire #041249

Tints of Sapphire #041249

Color information

#041249 (or 0x041249) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 49. RGB value is (4,18,73). Sum of RGB (Red+Green+Blue) = 4+18+73=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #041249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041249 is #FBEDB6. Grayscale: #131313. Windows color (decimal): -16510391 or 4788740. OLE color: 4788740.

HSL color Cylindrical-coordinate representation of color #041249: hue angle of 227.83º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041249 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB41873-
CMYK0.950.7500.71
HSL227.83º89.61%15.1%-
HSV(B)227.83º94.52%28.63%-
XYZ1.470.946.41-
YUV20.08157.86116.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 73 (28.91% from 255) = 76.84%
R=4.21%
G=18.95%
B=76.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal418730.950.7500.71227.8389.6115.1
Hex412495F4B047e45af
Octal422111137113010734413217
Binary10010010100100110111111001011010001111110010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041249; }

 p { color: rgb(4,18,73); }

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

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

 a { background-color: rgb(4,18,73); }

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

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

 span { border-color: rgb(4,18,73); }

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