#427578

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

Shades of Ming #427578

Tints of Ming #427578

Color information

#427578 (or 0x427578) is unknown color: approx Ming. HEX triplet: 42, 75 and 78. RGB value is (66,117,120). Sum of RGB (Red+Green+Blue) = 66+117+120=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #427578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427578 is #BD8A87. Grayscale: #666666. Windows color (decimal): -12421768 or 7894338. OLE color: 7894338.

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

Color convert

RGB66117120-
CMYK0.450.0200.53
HSL183.33º29.03%36.47%-
HSV(B)183.33º45%47.06%-
XYZ1215.2420.08-
YUV102.09138.1102.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=21.78%
G=38.61%
B=39.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661171200.450.0200.53183.3329.0336.47
Hex4275782D2035b71d24
Octal1021651705520652673544
Binary1000010111010111110001011011001101011011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427578; }

 p { color: rgb(66,117,120); }

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

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

 a { background-color: rgb(66,117,120); }

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

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

 span { border-color: rgb(66,117,120); }

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