#457878

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

Shades of Ming #457878

Tints of Ming #457878

Color information

#457878 (or 0x457878) is unknown color: approx Ming. HEX triplet: 45, 78 and 78. RGB value is (69,120,120). Sum of RGB (Red+Green+Blue) = 69+120+120=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #457878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457878 is #BA8787. Grayscale: #686868. Windows color (decimal): -12224392 or 7895109. OLE color: 7895109.

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

Color convert

RGB69120120-
CMYK0.42000.53
HSL180º26.98%37.06%-
HSV(B)180º42.5%47.06%-
XYZ12.5616.0520.21-
YUV104.75136.6102.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=22.33%
G=38.83%
B=38.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201200.42000.5318026.9837.06
Hex4578782A0035b41b25
Octal1051701705200652643345
Binary100010111110001111000101010001101011011010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457878; }

 p { color: rgb(69,120,120); }

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

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

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

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

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

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

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