#457674

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

Shades of Ming #457674

Tints of Ming #457674

Color information

#457674 (or 0x457674) is unknown color: approx Ming. HEX triplet: 45, 76 and 74. RGB value is (69,118,116). Sum of RGB (Red+Green+Blue) = 69+118+116=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #457674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457674 is #BA898B. Grayscale: #676767. Windows color (decimal): -12224908 or 7632453. OLE color: 7632453.

HSL color Cylindrical-coordinate representation of color #457674: hue angle of 177.55º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457674 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB69118116-
CMYK0.4200.020.54
HSL177.55º26.2%36.67%-
HSV(B)177.55º41.53%46.27%-
XYZ12.0915.4818.87-
YUV103.12135.27103.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=22.77%
G=38.94%
B=38.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691181160.4200.020.54177.5526.236.67
Hex4576742A0236b21a25
Octal1051661645202662623245
Binary1000101111011011101001010100101101101011001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457674; }

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

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

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

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

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

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

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

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