#457376

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

Shades of Ming #457376

Tints of Ming #457376

Color information

#457376 (or 0x457376) is unknown color: approx Ming. HEX triplet: 45, 73 and 76. RGB value is (69,115,118). Sum of RGB (Red+Green+Blue) = 69+115+118=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #457376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457376 is #BA8C89. Grayscale: #656565. Windows color (decimal): -12225674 or 7762757. OLE color: 7762757.

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

Color convert

RGB69115118-
CMYK0.420.0300.54
HSL183.67º26.2%36.67%-
HSV(B)183.67º41.53%46.27%-
XYZ11.8514.8319.38-
YUV101.59137.26104.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=22.85%
G=38.08%
B=39.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691151180.420.0300.54183.6726.236.67
Hex4573762A3036b81a25
Octal1051631665230662703245
Binary1000101111001111101101010101101101101011100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457376; }

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

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

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

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

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

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

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

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