#457874

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

Shades of Ming #457874

Tints of Ming #457874

Color information

#457874 (or 0x457874) is unknown color: approx Ming. HEX triplet: 45, 78 and 74. RGB value is (69,120,116). Sum of RGB (Red+Green+Blue) = 69+120+116=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #457874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457874 is #BA878B. Grayscale: #686868. Windows color (decimal): -12224396 or 7632965. OLE color: 7632965.

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

Color convert

RGB69120116-
CMYK0.4200.030.53
HSL175.29º26.98%37.06%-
HSV(B)175.29º42.5%47.06%-
XYZ12.3215.9618.95-
YUV104.3134.6102.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=22.62%
G=39.34%
B=38.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201160.4200.030.53175.2926.9837.06
Hex4578742A0335af1b25
Octal1051701645203652573345
Binary1000101111100011101001010100111101011010111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457874; }

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

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

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

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

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

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

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

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