#427776

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

Shades of Ming #427776

Tints of Ming #427776

Color information

#427776 (or 0x427776) is unknown color: approx Ming. HEX triplet: 42, 77 and 76. RGB value is (66,119,118). Sum of RGB (Red+Green+Blue) = 66+119+118=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #427776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427776 is #BD8889. Grayscale: #666666. Windows color (decimal): -12421258 or 7763778. OLE color: 7763778.

HSL color Cylindrical-coordinate representation of color #427776: hue angle of 178.87º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427776 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB66119118-
CMYK0.4500.010.53
HSL178.87º28.65%36.27%-
HSV(B)178.87º44.54%46.67%-
XYZ12.1115.6619.52-
YUV103.04136.44101.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=21.78%
G=39.27%
B=38.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661191180.4500.010.53178.8728.6536.27
Hex4277762D0135b31d24
Octal1021671665501652633544
Binary100001011101111110110101101011101011011001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427776; }

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

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

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

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

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

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

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

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