#457178

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

Shades of Ming #457178

Tints of Ming #457178

Color information

#457178 (or 0x457178) is unknown color: approx Ming. HEX triplet: 45, 71 and 78. RGB value is (69,113,120). Sum of RGB (Red+Green+Blue) = 69+113+120=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #457178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457178 is #BA8E87. Grayscale: #646464. Windows color (decimal): -12226184 or 7893317. OLE color: 7893317.

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

Color convert

RGB69113120-
CMYK0.420.0600.53
HSL188.24º26.98%37.06%-
HSV(B)188.24º42.5%47.06%-
XYZ11.7514.4319.94-
YUV100.64138.92105.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=22.85%
G=37.42%
B=39.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691131200.420.0600.53188.2426.9837.06
Hex4571782A6035bc1b25
Octal1051611705260652743345
Binary10001011110001111100010101011001101011011110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457178; }

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

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

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

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

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

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

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

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