Html Css Color HEX #48757A Ming

📋 copy color: '#48757A'

red 72 ◦ green 117 ◦ blue 122

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

Shades of Ming #48757A

Tints of Ming #48757A

RGB

 RED value IS 72 (28.52% from 255) = 23.15%

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

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 23.15%
G = 37.62%
B = 39.23%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48757A (or 0x48757A) is known color: Ming. HEX triplet: 48, 75 and 7A. RGB value is (72,117,122). Sum of RGB (Red+Green+Blue) = 72+117+122=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #48757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48757A is #B78A85. Grayscale: #686868. Windows color (decimal): -12028550 or 8025416. OLE color: 8025416.

HSL color Cylindrical-coordinate representation of color #48757A: hue angle of 186º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48757A is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 117 122 -
CMYK 0.41 0.04 0 0.52
HSL 186º 0.26% 0.38% -
HSV(B) 186º 0.41% 0.48% -
XYZ 12.55 15.51 20.74 -
YUV 104.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 72 117 122 0.41 0.04 0 0.52 186 0.26 0.38
Hex 48 75 7A 29 4 0 34 BA 1A 26
Octal 110 165 172 51 4 0 64 272 32 46
Binary 1001000 1110101 1111010 101001 100 0 110100 10111010 11010 100110

Color Harmonies of #48757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48757A

Black with #48757A

Text Example


Text Example

White with #48757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48757A; }

 p { color: rgb(72,117,122); }

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

background-color css

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

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

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

border-color css

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

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

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