#456E6F

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

Shades of Ming #456E6F

Tints of Ming #456E6F

Color information

#456E6F (or 0x456E6F) is unknown color: approx Ming. HEX triplet: 45, 6E and 6F. RGB value is (69,110,111). Sum of RGB (Red+Green+Blue) = 69+110+111=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #456E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E6F is #BA9190. Grayscale: #616161. Windows color (decimal): -12226961 or 7302725. OLE color: 7302725.

HSL color Cylindrical-coordinate representation of color #456E6F: hue angle of 181.43º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #456E6F is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB69110111-
CMYK0.380.0100.56
HSL181.43º23.33%35.29%-
HSV(B)181.43º37.84%43.53%-
XYZ10.913.5617.08-
YUV97.85135.42107.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=23.79%
G=37.93%
B=38.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691101110.380.0100.56181.4323.3335.29
Hex456E6F261038b51723
Octal1051561574610702652743
Binary100010111011101101111100110101110001011010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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