#427A79

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

Shades of Ming #427A79

Tints of Ming #427A79

Color information

#427A79 (or 0x427A79) is unknown color: approx Ming. HEX triplet: 42, 7A and 79. RGB value is (66,122,121). Sum of RGB (Red+Green+Blue) = 66+122+121=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #427A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A79 is #BD8586. Grayscale: #696969. Windows color (decimal): -12420487 or 7961154. OLE color: 7961154.

HSL color Cylindrical-coordinate representation of color #427A79: hue angle of 178.93º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A79 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB66122121-
CMYK0.4600.010.52
HSL178.93º29.79%36.86%-
HSV(B)178.93º45.9%47.84%-
XYZ12.6616.4620.6-
YUV105.14136.95100.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 122 (48.05% from 255) = 39.48%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=21.36%
G=39.48%
B=39.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661221210.4600.010.52178.9329.7936.86
Hex427A792E0134b31e25
Octal1021721715601642633645
Binary100001011110101111001101110011101001011001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427A79; }

 p { color: rgb(66,122,121); }

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

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

 a { background-color: rgb(66,122,121); }

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

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

 span { border-color: rgb(66,122,121); }

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