#427479

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

Shades of Ming #427479

Tints of Ming #427479

Color information

#427479 (or 0x427479) is unknown color: approx Ming. HEX triplet: 42, 74 and 79. RGB value is (66,116,121). Sum of RGB (Red+Green+Blue) = 66+116+121=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #427479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427479 is #BD8B86. Grayscale: #656565. Windows color (decimal): -12422023 or 7959618. OLE color: 7959618.

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

Color convert

RGB66116121-
CMYK0.450.0400.53
HSL185.45º29.41%36.67%-
HSV(B)185.45º45.45%47.45%-
XYZ11.9415.0320.36-
YUV101.62138.94102.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=21.78%
G=38.28%
B=39.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661161210.450.0400.53185.4529.4136.67
Hex4274792D4035b91d25
Octal1021641715540652713545
Binary10000101110100111100110110110001101011011100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427479; }

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

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

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

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

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

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

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

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