#456F75

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

Shades of Ming #456F75

Tints of Ming #456F75

Color information

#456F75 (or 0x456F75) is unknown color: approx Ming. HEX triplet: 45, 6F and 75. RGB value is (69,111,117). Sum of RGB (Red+Green+Blue) = 69+111+117=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #456F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F75 is #BA908A. Grayscale: #636363. Windows color (decimal): -12226699 or 7696197. OLE color: 7696197.

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

Color convert

RGB69111117-
CMYK0.410.0500.54
HSL187.5º25.81%36.47%-
HSV(B)187.5º41.03%45.88%-
XYZ11.3513.9218.92-
YUV99.13138.09106.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=23.23%
G=37.37%
B=39.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691111170.410.0500.54187.525.8136.47
Hex456F75295036bc1a24
Octal1051571655150662743244
Binary10001011101111111010110100110101101101011110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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