#427379

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

Shades of Ming #427379

Tints of Ming #427379

Color information

#427379 (or 0x427379) is unknown color: approx Ming. HEX triplet: 42, 73 and 79. RGB value is (66,115,121). Sum of RGB (Red+Green+Blue) = 66+115+121=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #427379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427379 is #BD8C86. Grayscale: #646464. Windows color (decimal): -12422279 or 7959362. OLE color: 7959362.

HSL color Cylindrical-coordinate representation of color #427379: hue angle of 186.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427379 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB66115121-
CMYK0.450.0500.53
HSL186.55º29.41%36.67%-
HSV(B)186.55º45.45%47.45%-
XYZ11.8314.820.32-
YUV101.03139.27103.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=21.85%
G=38.08%
B=40.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661151210.450.0500.53186.5529.4136.67
Hex4273792D5035bb1d25
Octal1021631715550652733545
Binary10000101110011111100110110110101101011011101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427379; }

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

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

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

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

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

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

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

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