#042149

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

Shades of Sapphire #042149

Tints of Sapphire #042149

Color information

#042149 (or 0x042149) is unknown color: approx Sapphire. HEX triplet: 04, 21 and 49. RGB value is (4,33,73). Sum of RGB (Red+Green+Blue) = 4+33+73=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #042149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042149 is #FBDEB6. Grayscale: #1C1C1C. Windows color (decimal): -16506551 or 4792580. OLE color: 4792580.

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

Color convert

RGB43373-
CMYK0.950.5500.71
HSL214.78º89.61%15.1%-
HSV(B)214.78º94.52%28.63%-
XYZ1.81.596.52-
YUV28.89152.89110.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 73 (28.91% from 255) = 66.36%
R=3.64%
G=30%
B=66.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal433730.950.5500.71214.7889.6115.1
Hex421495F37047d75af
Octal44111113767010732713217
Binary10010000110010011011111110111010001111101011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042149; }

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

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

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

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

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

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

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

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