#457679

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

Shades of Ming #457679

Tints of Ming #457679

Color information

#457679 (or 0x457679) is unknown color: approx Ming. HEX triplet: 45, 76 and 79. RGB value is (69,118,121). Sum of RGB (Red+Green+Blue) = 69+118+121=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #457679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457679 is #BA8986. Grayscale: #676767. Windows color (decimal): -12224903 or 7960133. OLE color: 7960133.

HSL color Cylindrical-coordinate representation of color #457679: hue angle of 183.46º 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 #457679 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB69118121-
CMYK0.430.0200.53
HSL183.46º27.37%37.25%-
HSV(B)183.46º42.98%47.45%-
XYZ12.3815.620.45-
YUV103.69137.77103.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=22.40%
G=38.31%
B=39.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691181210.430.0200.53183.4627.3737.25
Hex4576792B2035b71b25
Octal1051661715320652673345
Binary1000101111011011110011010111001101011011011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457679; }

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

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

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

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

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

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

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

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