#427476

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

Shades of Ming #427476

Tints of Ming #427476

Color information

#427476 (or 0x427476) is unknown color: approx Ming. HEX triplet: 42, 74 and 76. RGB value is (66,116,118). Sum of RGB (Red+Green+Blue) = 66+116+118=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #427476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427476 is #BD8B89. Grayscale: #656565. Windows color (decimal): -12422026 or 7763010. OLE color: 7763010.

HSL color Cylindrical-coordinate representation of color #427476: hue angle of 182.31º 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 #427476 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66116118-
CMYK0.440.0200.54
HSL182.31º28.26%36.08%-
HSV(B)182.31º44.07%46.27%-
XYZ11.7614.9619.41-
YUV101.28137.44102.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=22%
G=38.67%
B=39.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661161180.440.0200.54182.3128.2636.08
Hex4274762C2036b61c24
Octal1021641665420662663444
Binary1000010111010011101101011001001101101011011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427476; }

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

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

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

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

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

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

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

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