#427072

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

Shades of Ming #427072

Tints of Ming #427072

Color information

#427072 (or 0x427072) is unknown color: approx Ming. HEX triplet: 42, 70 and 72. RGB value is (66,112,114). Sum of RGB (Red+Green+Blue) = 66+112+114=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #427072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427072 is #BD8F8D. Grayscale: #626262. Windows color (decimal): -12423054 or 7499842. OLE color: 7499842.

HSL color Cylindrical-coordinate representation of color #427072: hue angle of 182.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427072 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66112114-
CMYK0.420.0200.55
HSL182.5º26.67%35.29%-
HSV(B)182.5º42.11%44.71%-
XYZ11.0813.9618.03-
YUV98.47136.76104.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=22.60%
G=38.36%
B=39.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661121140.420.0200.55182.526.6735.29
Hex4270722A2037b61b23
Octal1021601625220672663343
Binary1000010111000011100101010101001101111011011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427072; }

 p { color: rgb(66,112,114); }

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

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

 a { background-color: rgb(66,112,114); }

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

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

 span { border-color: rgb(66,112,114); }

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