#45747D

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

Shades of Ming #45747D

Tints of Ming #45747D

Color information

#45747D (or 0x45747D) is unknown color: approx Ming. HEX triplet: 45, 74 and 7D. RGB value is (69,116,125). Sum of RGB (Red+Green+Blue) = 69+116+125=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #45747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45747D is #BA8B82. Grayscale: #666666. Windows color (decimal): -12225411 or 8221765. OLE color: 8221765.

HSL color Cylindrical-coordinate representation of color #45747D: hue angle of 189.64º 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 #45747D is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB69116125-
CMYK0.450.0700.51
HSL189.64º28.87%38.04%-
HSV(B)189.64º44.8%49.02%-
XYZ12.415.2421.69-
YUV102.97140.43103.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=22.26%
G=37.42%
B=40.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691161250.450.0700.51189.6428.8738.04
Hex45747D2D7033be1d26
Octal1051641755570632763546
Binary10001011110100111110110110111101100111011111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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