#427377

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

Shades of Ming #427377

Tints of Ming #427377

Color information

#427377 (or 0x427377) is unknown color: approx Ming. HEX triplet: 42, 73 and 77. RGB value is (66,115,119). Sum of RGB (Red+Green+Blue) = 66+115+119=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #427377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427377 is #BD8C88. Grayscale: #646464. Windows color (decimal): -12422281 or 7828290. OLE color: 7828290.

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

Color convert

RGB66115119-
CMYK0.450.0300.53
HSL184.53º28.65%36.27%-
HSV(B)184.53º44.54%46.67%-
XYZ11.7114.7519.68-
YUV100.8138.27103.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=22%
G=38.33%
B=39.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661151190.450.0300.53184.5328.6536.27
Hex4273772D3035b91d24
Octal1021631675530652713544
Binary1000010111001111101111011011101101011011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427377; }

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

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

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

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

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

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

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

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