#427475

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

Shades of Ming #427475

Tints of Ming #427475

Color information

#427475 (or 0x427475) is unknown color: approx Ming. HEX triplet: 42, 74 and 75. RGB value is (66,116,117). Sum of RGB (Red+Green+Blue) = 66+116+117=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #427475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427475 is #BD8B8A. Grayscale: #656565. Windows color (decimal): -12422027 or 7697474. OLE color: 7697474.

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

Color convert

RGB66116117-
CMYK0.440.0100.54
HSL181.18º27.87%35.88%-
HSV(B)181.18º43.59%45.88%-
XYZ11.714.9319.1-
YUV101.16136.94102.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=22.07%
G=38.80%
B=39.13%

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
Decimal661161170.440.0100.54181.1827.8735.88
Hex4274752C1036b51c24
Octal1021641655410662653444
Binary100001011101001110101101100101101101011010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427475; }

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

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

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

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

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

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

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

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