#427873

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

Shades of Ming #427873

Tints of Ming #427873

Color information

#427873 (or 0x427873) is unknown color: approx Ming. HEX triplet: 42, 78 and 73. RGB value is (66,120,115). Sum of RGB (Red+Green+Blue) = 66+120+115=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #427873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427873 is #BD878C. Grayscale: #676767. Windows color (decimal): -12421005 or 7567426. OLE color: 7567426.

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

Color convert

RGB66120115-
CMYK0.4500.040.53
HSL174.44º29.03%36.47%-
HSV(B)174.44º45%47.06%-
XYZ12.0615.8318.64-
YUV103.28134.61101.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=21.93%
G=39.87%
B=38.21%

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
Decimal661201150.4500.040.53174.4429.0336.47
Hex4278732D0435ae1d24
Octal1021701635504652563544
Binary10000101111000111001110110101001101011010111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427873; }

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

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

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

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

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

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

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

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