#427874

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

Shades of Ming #427874

Tints of Ming #427874

Color information

#427874 (or 0x427874) is unknown color: approx Ming. HEX triplet: 42, 78 and 74. RGB value is (66,120,116). Sum of RGB (Red+Green+Blue) = 66+120+116=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #427874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427874 is #BD878B. Grayscale: #676767. Windows color (decimal): -12421004 or 7632962. OLE color: 7632962.

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

Color convert

RGB66120116-
CMYK0.4500.030.53
HSL175.56º29.03%36.47%-
HSV(B)175.56º45%47.06%-
XYZ12.1215.8518.94-
YUV103.4135.11101.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=21.85%
G=39.74%
B=38.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661201160.4500.030.53175.5629.0336.47
Hex4278742D0335b01d24
Octal1021701645503652603544
Binary1000010111100011101001011010111101011011000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427874; }

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

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

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

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

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

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

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

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