#45757D

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

Shades of Ming #45757D

Tints of Ming #45757D

Color information

#45757D (or 0x45757D) is unknown color: approx Ming. HEX triplet: 45, 75 and 7D. RGB value is (69,117,125). Sum of RGB (Red+Green+Blue) = 69+117+125=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #45757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45757D is #BA8A82. Grayscale: #676767. Windows color (decimal): -12225155 or 8222021. OLE color: 8222021.

HSL color Cylindrical-coordinate representation of color #45757D: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45757D is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB69117125-
CMYK0.450.0600.51
HSL188.57º28.87%38.04%-
HSV(B)188.57º44.8%49.02%-
XYZ12.5215.4721.73-
YUV103.56140.1103.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=22.19%
G=37.62%
B=40.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691171250.450.0600.51188.5728.8738.04
Hex45757D2D6033bd1d26
Octal1051651755560632753546
Binary10001011110101111110110110111001100111011110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45757D; }

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

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

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

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

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

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

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

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