#456F72

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

Shades of Ming #456F72

Tints of Ming #456F72

Color information

#456F72 (or 0x456F72) is unknown color: approx Ming. HEX triplet: 45, 6F and 72. RGB value is (69,111,114). Sum of RGB (Red+Green+Blue) = 69+111+114=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #456F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F72 is #BA908D. Grayscale: #626262. Windows color (decimal): -12226702 or 7499589. OLE color: 7499589.

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

Color convert

RGB69111114-
CMYK0.390.0300.55
HSL184º24.59%35.88%-
HSV(B)184º39.47%44.71%-
XYZ11.1813.8518-
YUV98.78136.59106.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=23.47%
G=37.76%
B=38.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691111140.390.0300.5518424.5935.88
Hex456F72273037b81924
Octal1051571624730672703144
Binary1000101110111111100101001111101101111011100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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