#457875

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

Shades of Ming #457875

Tints of Ming #457875

Color information

#457875 (or 0x457875) is unknown color: approx Ming. HEX triplet: 45, 78 and 75. RGB value is (69,120,117). Sum of RGB (Red+Green+Blue) = 69+120+117=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #457875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457875 is #BA878A. Grayscale: #686868. Windows color (decimal): -12224395 or 7698501. OLE color: 7698501.

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

Color convert

RGB69120117-
CMYK0.4200.020.53
HSL176.47º26.98%37.06%-
HSV(B)176.47º42.5%47.06%-
XYZ12.3815.9819.26-
YUV104.41135.1102.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=22.55%
G=39.22%
B=38.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201170.4200.020.53176.4726.9837.06
Hex4578752A0235b01b25
Octal1051701655202652603345
Binary1000101111100011101011010100101101011011000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457875; }

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

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

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

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

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

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

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

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