#427775

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

Shades of Ming #427775

Tints of Ming #427775

Color information

#427775 (or 0x427775) is unknown color: approx Ming. HEX triplet: 42, 77 and 75. RGB value is (66,119,117). Sum of RGB (Red+Green+Blue) = 66+119+117=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #427775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427775 is #BD888A. Grayscale: #666666. Windows color (decimal): -12421259 or 7698242. OLE color: 7698242.

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

Color convert

RGB66119117-
CMYK0.4500.020.53
HSL177.74º28.65%36.27%-
HSV(B)177.74º44.54%46.67%-
XYZ12.0515.6419.21-
YUV102.92135.94101.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=21.85%
G=39.40%
B=38.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661191170.4500.020.53177.7428.6536.27
Hex4277752D0235b21d24
Octal1021671655502652623544
Binary1000010111011111101011011010101101011011001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427775; }

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

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

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

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

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

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

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

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