Html Css Color HEX #457575 Ming

📋 copy color: '#457575'

red 69 ◦ green 117 ◦ blue 117

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

Shades of Ming #457575

Tints of Ming #457575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 22.77%
G = 38.61%
B = 38.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#457575 (or 0x457575) is known color: Ming. HEX triplet: 45, 75 and 75. RGB value is (69,117,117). Sum of RGB (Red+Green+Blue) = 69+117+117=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #457575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457575 is #BA8A8A. Grayscale: #666666. Windows color (decimal): -12225163 or 7697733. OLE color: 7697733.

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

Color convert

RGB 69 117 117 -
CMYK 0.41 0 0 0.54
HSL 180º 0.26% 0.36% -
HSV(B) 180º 0.41% 0.46% -
XYZ 12.03 15.27 19.14 -
YUV 102.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 69 117 117 0.41 0 0 0.54 180 0.26 0.36
Hex 45 75 75 29 0 0 36 B4 1A 24
Octal 105 165 165 51 0 0 66 264 32 44
Binary 1000101 1110101 1110101 101001 0 0 110110 10110100 11010 100100

Color Harmonies of #457575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457575

Black with #457575

Text Example


Text Example

White with #457575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457575; }

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

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

background-color css

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

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

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

border-color css

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

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

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