#45777D

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

Shades of Ming #45777D

Tints of Ming #45777D

Color information

#45777D (or 0x45777D) is unknown color: approx Ming. HEX triplet: 45, 77 and 7D. RGB value is (69,119,125). Sum of RGB (Red+Green+Blue) = 69+119+125=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #45777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45777D is #BA8882. Grayscale: #686868. Windows color (decimal): -12224643 or 8222533. OLE color: 8222533.

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

Color convert

RGB69119125-
CMYK0.450.0500.51
HSL186.43º28.87%38.04%-
HSV(B)186.43º44.8%49.02%-
XYZ12.7515.9421.81-
YUV104.73139.44102.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=22.04%
G=38.02%
B=39.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691191250.450.0500.51186.4328.8738.04
Hex45777D2D5033ba1d26
Octal1051671755550632723546
Binary10001011110111111110110110110101100111011101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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