#427672

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

Shades of Ming #427672

Tints of Ming #427672

Color information

#427672 (or 0x427672) is unknown color: approx Ming. HEX triplet: 42, 76 and 72. RGB value is (66,118,114). Sum of RGB (Red+Green+Blue) = 66+118+114=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #427672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427672 is #BD898D. Grayscale: #656565. Windows color (decimal): -12421518 or 7501378. OLE color: 7501378.

HSL color Cylindrical-coordinate representation of color #427672: hue angle of 175.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427672 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB66118114-
CMYK0.4400.030.54
HSL175.38º28.26%36.08%-
HSV(B)175.38º44.07%46.27%-
XYZ11.7615.3318.26-
YUV102134.77102.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=22.15%
G=39.60%
B=38.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661181140.4400.030.54175.3828.2636.08
Hex4276722C0336af1c24
Octal1021661625403662573444
Binary1000010111011011100101011000111101101010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427672; }

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

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

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

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

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

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

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

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