#457279

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

Shades of Ming #457279

Tints of Ming #457279

Color information

#457279 (or 0x457279) is unknown color: approx Ming. HEX triplet: 45, 72 and 79. RGB value is (69,114,121). Sum of RGB (Red+Green+Blue) = 69+114+121=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #457279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457279 is #BA8D86. Grayscale: #656565. Windows color (decimal): -12225927 or 7959109. OLE color: 7959109.

HSL color Cylindrical-coordinate representation of color #457279: hue angle of 188.08º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457279 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB69114121-
CMYK0.430.0600.53
HSL188.08º27.37%37.25%-
HSV(B)188.08º42.98%47.45%-
XYZ11.9214.6820.29-
YUV101.34139.09104.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=22.70%
G=37.5%
B=39.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691141210.430.0600.53188.0827.3737.25
Hex4572792B6035bc1b25
Octal1051621715360652743345
Binary10001011110010111100110101111001101011011110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457279; }

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

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

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

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

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

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

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

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