#427675

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

Shades of Ming #427675

Tints of Ming #427675

Color information

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

HSL color Cylindrical-coordinate representation of color #427675: hue angle of 178.85º 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 #427675 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB66118117-
CMYK0.4400.010.54
HSL178.85º28.26%36.08%-
HSV(B)178.85º44.07%46.27%-
XYZ11.9415.419.17-
YUV102.34136.27102.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661181170.4400.010.54178.8528.2636.08
Hex4276752C0136b31c24
Octal1021661655401662633444
Binary100001011101101110101101100011101101011001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427675; }

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

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

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

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

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

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

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

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