#042D76

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

Shades of Sapphire #042D76

Tints of Sapphire #042D76

Color information

#042D76 (or 0x042D76) is unknown color: approx Sapphire. HEX triplet: 04, 2D and 76. RGB value is (4,45,118). Sum of RGB (Red+Green+Blue) = 4+45+118=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #042D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D76 is #FBD289. Grayscale: #282828. Windows color (decimal): -16503434 or 7744772. OLE color: 7744772.

HSL color Cylindrical-coordinate representation of color #042D76: hue angle of 218.42º 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 #042D76 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB445118-
CMYK0.970.6200.54
HSL218.42º93.44%23.92%-
HSV(B)218.42º96.61%46.27%-
XYZ4.263.2117.53-
YUV41.06171.42101.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.40%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 118 (46.48% from 255) = 70.66%
R=2.40%
G=26.95%
B=70.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4451180.970.6200.54218.4293.4423.92
Hex42D76613E036da5d18
Octal4551661417606633213530
Binary10010110111101101100001111110011011011011010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042D76; }

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

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

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

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

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

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

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

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