#427576

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

Shades of Ming #427576

Tints of Ming #427576

Color information

#427576 (or 0x427576) is unknown color: approx Ming. HEX triplet: 42, 75 and 76. RGB value is (66,117,118). Sum of RGB (Red+Green+Blue) = 66+117+118=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #427576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427576 is #BD8A89. Grayscale: #656565. Windows color (decimal): -12421770 or 7763266. OLE color: 7763266.

HSL color Cylindrical-coordinate representation of color #427576: hue angle of 181.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427576 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66117118-
CMYK0.440.0100.54
HSL181.15º28.26%36.08%-
HSV(B)181.15º44.07%46.27%-
XYZ11.8815.1919.45-
YUV101.86137.1102.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=21.93%
G=38.87%
B=39.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661171180.440.0100.54181.1528.2636.08
Hex4275762C1036b51c24
Octal1021651665410662653444
Binary100001011101011110110101100101101101011010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427576; }

 p { color: rgb(66,117,118); }

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

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

 a { background-color: rgb(66,117,118); }

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

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

 span { border-color: rgb(66,117,118); }

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