#427974

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

Shades of Ming #427974

Tints of Ming #427974

Color information

#427974 (or 0x427974) is unknown color: approx Ming. HEX triplet: 42, 79 and 74. RGB value is (66,121,116). Sum of RGB (Red+Green+Blue) = 66+121+116=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #427974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427974 is #BD868B. Grayscale: #676767. Windows color (decimal): -12420748 or 7633218. OLE color: 7633218.

HSL color Cylindrical-coordinate representation of color #427974: hue angle of 174.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427974 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB66121116-
CMYK0.4500.040.53
HSL174.55º29.41%36.67%-
HSV(B)174.55º45.45%47.45%-
XYZ12.2416.0918.98-
YUV103.98134.78100.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=21.78%
G=39.93%
B=38.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661211160.4500.040.53174.5529.4136.67
Hex4279742D0435af1d25
Octal1021711645504652573545
Binary10000101111001111010010110101001101011010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427974; }

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

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

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

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

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

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

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

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