#457275

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

Shades of Ming #457275

Tints of Ming #457275

Color information

#457275 (or 0x457275) is unknown color: approx Ming. HEX triplet: 45, 72 and 75. RGB value is (69,114,117). Sum of RGB (Red+Green+Blue) = 69+114+117=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #457275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457275 is #BA8D8A. Grayscale: #646464. Windows color (decimal): -12225931 or 7696965. OLE color: 7696965.

HSL color Cylindrical-coordinate representation of color #457275: hue angle of 183.75º 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 #457275 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB69114117-
CMYK0.410.0300.54
HSL183.75º25.81%36.47%-
HSV(B)183.75º41.03%45.88%-
XYZ11.6814.5819.03-
YUV100.89137.09105.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 117 (46.09% from 255) = 39%
R=23%
G=38%
B=39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691141170.410.0300.54183.7525.8136.47
Hex457275293036b81a24
Octal1051621655130662703244
Binary1000101111001011101011010011101101101011100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457275; }

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

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

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

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

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

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

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

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