#48376B

Color #48376B Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #48376B

Tints of Meteorite #48376B

Color information

#48376B (or 0x48376B) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 6B. RGB value is (72,55,107). Sum of RGB (Red+Green+Blue) = 72+55+107=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #48376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48376B is #B7C894. Grayscale: #414141. Windows color (decimal): -12044437 or 7026504. OLE color: 7026504.

HSL color Cylindrical-coordinate representation of color #48376B: hue angle of 259.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48376B is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7255107-
CMYK0.330.4900.58
HSL259.62º32.1%31.76%-
HSV(B)259.62º48.6%41.96%-
XYZ6.695.1714.56-
YUV66.01151.13132.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=30.77%
G=23.50%
B=45.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72551070.330.4900.58259.6232.131.76
Hex48376B213103A1042020
Octal1106715341610724044040
Binary100100011011111010111000011100010111010100000100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48376B; }

 p { color: rgb(72,55,107); }

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

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

 a { background-color: rgb(72,55,107); }

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

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

 span { border-color: rgb(72,55,107); }

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