#042249

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

Shades of Sapphire #042249

Tints of Sapphire #042249

Color information

#042249 (or 0x042249) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 49. RGB value is (4,34,73). Sum of RGB (Red+Green+Blue) = 4+34+73=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #042249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042249 is #FBDDB6. Grayscale: #1D1D1D. Windows color (decimal): -16506295 or 4792836. OLE color: 4792836.

HSL color Cylindrical-coordinate representation of color #042249: hue angle of 213.91º 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 #042249 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB43473-
CMYK0.950.5300.71
HSL213.91º89.61%15.1%-
HSV(B)213.91º94.52%28.63%-
XYZ1.821.656.53-
YUV29.48152.56109.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.60%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 73 (28.91% from 255) = 65.77%
R=3.60%
G=30.63%
B=65.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal434730.950.5300.71213.9189.6115.1
Hex422495F35047d65af
Octal44211113765010732613217
Binary10010001010010011011111110101010001111101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042249; }

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

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

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

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

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

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

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

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