#042879

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

Shades of Sapphire #042879

Tints of Sapphire #042879

Color information

#042879 (or 0x042879) is unknown color: approx Sapphire. HEX triplet: 04, 28 and 79. RGB value is (4,40,121). Sum of RGB (Red+Green+Blue) = 4+40+121=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #042879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042879 is #FBD786. Grayscale: #262626. Windows color (decimal): -16504711 or 7940100. OLE color: 7940100.

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

Color convert

RGB440121-
CMYK0.970.6700.53
HSL221.54º93.6%24.51%-
HSV(B)221.54º96.69%47.45%-
XYZ4.262.9218.43-
YUV38.47174.57103.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 121 (47.66% from 255) = 73.33%
R=2.42%
G=24.24%
B=73.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4401210.970.6700.53221.5493.624.51
Hex428796143035de5e19
Octal45017114110306533613631
Binary100101000111100111000011000011011010111011110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042879; }

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

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

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

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

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

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

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

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