#427473

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

Shades of Ming #427473

Tints of Ming #427473

Color information

#427473 (or 0x427473) is unknown color: approx Ming. HEX triplet: 42, 74 and 73. RGB value is (66,116,115). Sum of RGB (Red+Green+Blue) = 66+116+115=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #427473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427473 is #BD8B8C. Grayscale: #646464. Windows color (decimal): -12422029 or 7566402. OLE color: 7566402.

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

Color convert

RGB66116115-
CMYK0.4300.010.55
HSL178.8º27.47%35.69%-
HSV(B)178.8º43.1%45.49%-
XYZ11.5914.8918.48-
YUV100.94135.94103.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=22.22%
G=39.06%
B=38.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661161150.4300.010.55178.827.4735.69
Hex4274732B0137b31b24
Octal1021641635301672633344
Binary100001011101001110011101011011101111011001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427473; }

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

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

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

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

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

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

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

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