#456F70

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

Shades of Ming #456F70

Tints of Ming #456F70

Color information

#456F70 (or 0x456F70) is unknown color: approx Ming. HEX triplet: 45, 6F and 70. RGB value is (69,111,112). Sum of RGB (Red+Green+Blue) = 69+111+112=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #456F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F70 is #BA908F. Grayscale: #626262. Windows color (decimal): -12226704 or 7368517. OLE color: 7368517.

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

Color convert

RGB69111112-
CMYK0.380.0100.56
HSL181.4º23.76%35.49%-
HSV(B)181.4º38.39%43.92%-
XYZ11.0613.817.41-
YUV98.56135.59106.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=23.63%
G=38.01%
B=38.36%

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
Decimal691111120.380.0100.56181.423.7635.49
Hex456F70261038b51823
Octal1051571604610702653043
Binary100010111011111110000100110101110001011010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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