#45747B

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

Shades of Ming #45747B

Tints of Ming #45747B

Color information

#45747B (or 0x45747B) is unknown color: approx Ming. HEX triplet: 45, 74 and 7B. RGB value is (69,116,123). Sum of RGB (Red+Green+Blue) = 69+116+123=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #45747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45747B is #BA8B84. Grayscale: #666666. Windows color (decimal): -12225413 or 8090693. OLE color: 8090693.

HSL color Cylindrical-coordinate representation of color #45747B: hue angle of 187.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45747B is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB69116123-
CMYK0.440.0600.52
HSL187.78º28.12%37.65%-
HSV(B)187.78º43.9%48.24%-
XYZ12.2715.1921.02-
YUV102.74139.43103.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=22.40%
G=37.66%
B=39.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691161230.440.0600.52187.7828.1237.65
Hex45747B2C6034bc1c26
Octal1051641735460642743446
Binary10001011110100111101110110011001101001011110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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