#042677

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

Shades of Sapphire #042677

Tints of Sapphire #042677

Color information

#042677 (or 0x042677) is unknown color: approx Sapphire. HEX triplet: 04, 26 and 77. RGB value is (4,38,119). Sum of RGB (Red+Green+Blue) = 4+38+119=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #042677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042677 is #FBD988. Grayscale: #242424. Windows color (decimal): -16505225 or 7808516. OLE color: 7808516.

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

Color convert

RGB438119-
CMYK0.970.6800.53
HSL222.26º93.5%24.12%-
HSV(B)222.26º96.64%46.67%-
XYZ4.072.7417.77-
YUV37.07174.24104.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 119 (46.88% from 255) = 73.91%
R=2.48%
G=23.60%
B=73.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4381190.970.6800.53222.2693.524.12
Hex426776144035de5d18
Octal44616714110406533613530
Binary100100110111011111000011000100011010111011110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042677; }

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

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

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

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

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

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

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

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