#457D7B

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

Shades of Ming #457D7B

Tints of Ming #457D7B

Color information

#457D7B (or 0x457D7B) is unknown color: approx Ming. HEX triplet: 45, 7D and 7B. RGB value is (69,125,123). Sum of RGB (Red+Green+Blue) = 69+125+123=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 125 - color contains mainly: green. Hex color #457D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D7B is #BA8284. Grayscale: #6B6B6B. Windows color (decimal): -12223109 or 8092997. OLE color: 8092997.

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

Color convert

RGB69125123-
CMYK0.4500.020.51
HSL177.86º28.87%38.04%-
HSV(B)177.86º44.8%49.02%-
XYZ13.3617.3621.39-
YUV108.03136.45100.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=21.77%
G=39.43%
B=38.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691251230.4500.020.51177.8628.8738.04
Hex457D7B2D0233b21d26
Octal1051751735502632623546
Binary1000101111110111110111011010101100111011001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457D7B; }

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

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

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

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

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

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

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

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