Html Css Color HEX #457576 Ming

📋 copy color: '#457576'

red 69 ◦ green 117 ◦ blue 118

#457576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #457576

Tints of Ming #457576

RGB

 RED value IS 69 (27.34% from 255) = 22.7%

 GREEN value IS 117 (46.09% from 255) = 38.49%

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 22.7%
G = 38.49%
B = 38.82%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#457576 (or 0x457576) is known color: Ming. HEX triplet: 45, 75 and 76. RGB value is (69,117,118). Sum of RGB (Red+Green+Blue) = 69+117+118=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #457576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457576 is #BA8A89. Grayscale: #666666. Windows color (decimal): -12225162 or 7763269. OLE color: 7763269.

HSL color Cylindrical-coordinate representation of color #457576: hue angle of 181.22º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457576 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 117 118 -
CMYK 0.42 0.01 0 0.54
HSL 181.22º 0.26% 0.37% -
HSV(B) 181.22º 0.42% 0.46% -
XYZ 12.09 15.3 19.45 -
YUV 102.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 69 117 118 0.42 0.01 0 0.54 181.22 0.26 0.37
Hex 45 75 76 2A 1 0 36 B5 1A 25
Octal 105 165 166 52 1 0 66 265 32 45
Binary 1000101 1110101 1110110 101010 1 0 110110 10110101 11010 100101

Color Harmonies of #457576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457576

Black with #457576

Text Example


Text Example

White with #457576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457576; }

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

 H1.HeaderClassName
 {
   color: #457576;
 }
 .AnyTagClassName
 {
   color: #457576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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