#456F73

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

Shades of Ming #456F73

Tints of Ming #456F73

Color information

#456F73 (or 0x456F73) is unknown color: approx Ming. HEX triplet: 45, 6F and 73. RGB value is (69,111,115). Sum of RGB (Red+Green+Blue) = 69+111+115=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #456F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F73 is #BA908C. Grayscale: #626262. Windows color (decimal): -12226701 or 7565125. OLE color: 7565125.

HSL color Cylindrical-coordinate representation of color #456F73: hue angle of 185.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #456F73 is Cyan = 0.4, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB69111115-
CMYK0.40.0300.55
HSL185.22º25%36.08%-
HSV(B)185.22º40%45.1%-
XYZ11.2313.8718.31-
YUV98.9137.09106.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=23.39%
G=37.63%
B=38.98%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691111150.40.0300.55185.222536.08
Hex456F73283037b91924
Octal1051571635030672713144
Binary1000101110111111100111010001101101111011100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456F73; }

 p { color: rgb(69,111,115); }

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

<style>
 a { background-color: #456F73; }

 a { background-color: rgb(69,111,115); }

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

<style>
 span { border-color: #456F73; }

 span { border-color: rgb(69,111,115); }

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