#48386C

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

Shades of Meteorite #48386C

Tints of Meteorite #48386C

Color information

#48386C (or 0x48386C) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 6C. RGB value is (72,56,108). Sum of RGB (Red+Green+Blue) = 72+56+108=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #48386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48386C is #B7C793. Grayscale: #424242. Windows color (decimal): -12044180 or 7092296. OLE color: 7092296.

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

Color convert

RGB7256108-
CMYK0.330.4800.58
HSL258.46º31.71%32.16%-
HSV(B)258.46º48.15%42.35%-
XYZ6.795.2914.85-
YUV66.71151.3131.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=30.51%
G=23.73%
B=45.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72561080.330.4800.58258.4631.7132.16
Hex48386C213003A1022020
Octal1107015441600724024040
Binary100100011100011011001000011100000111010100000010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,56,108); }

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

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

 a { background-color: rgb(72,56,108); }

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

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

 span { border-color: rgb(72,56,108); }

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