Html Css Color HEX #48757C Ming

📋 copy color: '#48757C'

red 72 ◦ green 117 ◦ blue 124

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

Shades of Ming #48757C

Tints of Ming #48757C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 23%
G = 37.38%
B = 39.62%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48757C (or 0x48757C) is known color: Ming. HEX triplet: 48, 75 and 7C. RGB value is (72,117,124). Sum of RGB (Red+Green+Blue) = 72+117+124=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #48757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48757C is #B78A83. Grayscale: #686868. Windows color (decimal): -12028548 or 8156488. OLE color: 8156488.

HSL color Cylindrical-coordinate representation of color #48757C: hue angle of 188.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48757C is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 117 124 -
CMYK 0.42 0.06 0 0.51
HSL 188.08º 0.27% 0.38% -
HSV(B) 188.08º 0.42% 0.49% -
XYZ 12.67 15.56 21.4 -
YUV 104.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 72 117 124 0.42 0.06 0 0.51 188.08 0.27 0.38
Hex 48 75 7C 2A 6 0 33 BC 1B 26
Octal 110 165 174 52 6 0 63 274 33 46
Binary 1001000 1110101 1111100 101010 110 0 110011 10111100 11011 100110

Color Harmonies of #48757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48757C

Black with #48757C

Text Example


Text Example

White with #48757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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