#456F76

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

Shades of Ming #456F76

Tints of Ming #456F76

Color information

#456F76 (or 0x456F76) is unknown color: approx Ming. HEX triplet: 45, 6F and 76. RGB value is (69,111,118). Sum of RGB (Red+Green+Blue) = 69+111+118=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #456F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F76 is #BA9089. Grayscale: #636363. Windows color (decimal): -12226698 or 7761733. OLE color: 7761733.

HSL color Cylindrical-coordinate representation of color #456F76: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456F76 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB69111118-
CMYK0.420.0600.54
HSL188.57º26.2%36.67%-
HSV(B)188.57º41.53%46.27%-
XYZ11.4113.9419.23-
YUV99.24138.59106.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=23.15%
G=37.25%
B=39.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691111180.420.0600.54188.5726.236.67
Hex456F762A6036bd1a25
Octal1051571665260662753245
Binary10001011101111111011010101011001101101011110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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