#427477

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

Shades of Ming #427477

Tints of Ming #427477

Color information

#427477 (or 0x427477) is unknown color: approx Ming. HEX triplet: 42, 74 and 77. RGB value is (66,116,119). Sum of RGB (Red+Green+Blue) = 66+116+119=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #427477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427477 is #BD8B88. Grayscale: #656565. Windows color (decimal): -12422025 or 7828546. OLE color: 7828546.

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

Color convert

RGB66116119-
CMYK0.450.0300.53
HSL183.4º28.65%36.27%-
HSV(B)183.4º44.54%46.67%-
XYZ11.8214.9819.72-
YUV101.39137.94102.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=21.93%
G=38.54%
B=39.53%

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
Decimal661161190.450.0300.53183.428.6536.27
Hex4274772D3035b71d24
Octal1021641675530652673544
Binary1000010111010011101111011011101101011011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427477; }

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

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

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

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

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

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

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

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