#456E70

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

Shades of Ming #456E70

Tints of Ming #456E70

Color information

#456E70 (or 0x456E70) is unknown color: approx Ming. HEX triplet: 45, 6E and 70. RGB value is (69,110,112). Sum of RGB (Red+Green+Blue) = 69+110+112=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #456E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E70 is #BA918F. Grayscale: #616161. Windows color (decimal): -12226960 or 7368261. OLE color: 7368261.

HSL color Cylindrical-coordinate representation of color #456E70: hue angle of 182.79º degrees, saturation: 0.24, 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 #456E70 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB69110112-
CMYK0.380.0200.56
HSL182.79º23.76%35.49%-
HSV(B)182.79º38.39%43.92%-
XYZ10.9513.5917.37-
YUV97.97135.92107.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=23.71%
G=37.80%
B=38.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691101120.380.0200.56182.7923.7635.49
Hex456E70262038b71823
Octal1051561604620702673043
Binary1000101110111011100001001101001110001011011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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