#042776

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

Shades of Sapphire #042776

Tints of Sapphire #042776

Color information

#042776 (or 0x042776) is unknown color: approx Sapphire. HEX triplet: 04, 27 and 76. RGB value is (4,39,118). Sum of RGB (Red+Green+Blue) = 4+39+118=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #042776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042776 is #FBD889. Grayscale: #252525. Windows color (decimal): -16504970 or 7743236. OLE color: 7743236.

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

Color convert

RGB439118-
CMYK0.970.6700.54
HSL221.58º93.44%23.92%-
HSV(B)221.58º96.61%46.27%-
XYZ4.052.7817.46-
YUV37.54173.4104.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 118 (46.48% from 255) = 73.29%
R=2.48%
G=24.22%
B=73.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4391180.970.6700.54221.5893.4423.92
Hex427766143036de5d18
Octal44716614110306633613530
Binary100100111111011011000011000011011011011011110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042776; }

 p { color: rgb(4,39,118); }

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

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

 a { background-color: rgb(4,39,118); }

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

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

 span { border-color: rgb(4,39,118); }

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