#042877

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

Shades of Sapphire #042877

Tints of Sapphire #042877

Color information

#042877 (or 0x042877) is unknown color: approx Sapphire. HEX triplet: 04, 28 and 77. RGB value is (4,40,119). Sum of RGB (Red+Green+Blue) = 4+40+119=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #042877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042877 is #FBD788. Grayscale: #252525. Windows color (decimal): -16504713 or 7809028. OLE color: 7809028.

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

Color convert

RGB440119-
CMYK0.970.6600.53
HSL221.22º93.5%24.12%-
HSV(B)221.22º96.64%46.67%-
XYZ4.142.8817.79-
YUV38.24173.57103.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 119 (46.88% from 255) = 73.01%
R=2.45%
G=24.54%
B=73.01%

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
Decimal4401190.970.6600.53221.2293.524.12
Hex428776142035dd5d18
Octal45016714110206533513530
Binary100101000111011111000011000010011010111011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042877; }

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

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

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

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

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

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

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

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