#48767A

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

Shades of Ming #48767A

Tints of Ming #48767A

Color information

#48767A (or 0x48767A) is unknown color: approx Ming. HEX triplet: 48, 76 and 7A. RGB value is (72,118,122). Sum of RGB (Red+Green+Blue) = 72+118+122=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #48767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48767A is #B78985. Grayscale: #686868. Windows color (decimal): -12028294 or 8025672. OLE color: 8025672.

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

Color convert

RGB72118122-
CMYK0.410.0300.52
HSL184.8º25.77%38.04%-
HSV(B)184.8º40.98%47.84%-
XYZ12.6615.7420.78-
YUV104.7137.76104.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=23.08%
G=37.82%
B=39.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721181220.410.0300.52184.825.7738.04
Hex48767A293034b91a26
Octal1101661725130642713246
Binary1001000111011011110101010011101101001011100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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