#042979

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

Shades of Sapphire #042979

Tints of Sapphire #042979

Color information

#042979 (or 0x042979) is unknown color: approx Sapphire. HEX triplet: 04, 29 and 79. RGB value is (4,41,121). Sum of RGB (Red+Green+Blue) = 4+41+121=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #042979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042979 is #FBD686. Grayscale: #262626. Windows color (decimal): -16504455 or 7940356. OLE color: 7940356.

HSL color Cylindrical-coordinate representation of color #042979: hue angle of 221.03º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042979 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB441121-
CMYK0.970.6600.53
HSL221.03º93.6%24.51%-
HSV(B)221.03º96.69%47.45%-
XYZ4.292.9918.44-
YUV39.06174.24103-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 121 (47.66% from 255) = 72.89%
R=2.41%
G=24.70%
B=72.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4411210.970.6600.53221.0393.624.51
Hex429796142035dd5e19
Octal45117114110206533513631
Binary100101001111100111000011000010011010111011101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042979; }

 p { color: rgb(4,41,121); }

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

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

 a { background-color: rgb(4,41,121); }

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

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

 span { border-color: rgb(4,41,121); }

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