#427378

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

Shades of Ming #427378

Tints of Ming #427378

Color information

#427378 (or 0x427378) is unknown color: approx Ming. HEX triplet: 42, 73 and 78. RGB value is (66,115,120). Sum of RGB (Red+Green+Blue) = 66+115+120=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #427378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427378 is #BD8C87. Grayscale: #646464. Windows color (decimal): -12422280 or 7893826. OLE color: 7893826.

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

Color convert

RGB66115120-
CMYK0.450.0400.53
HSL185.56º29.03%36.47%-
HSV(B)185.56º45%47.06%-
XYZ11.7714.7820-
YUV100.92138.77103.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=21.93%
G=38.21%
B=39.87%

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
Decimal661151200.450.0400.53185.5629.0336.47
Hex4273782D4035ba1d24
Octal1021631705540652723544
Binary10000101110011111100010110110001101011011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427378; }

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

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

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

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

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

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

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

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