#48386B

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

Shades of Meteorite #48386B

Tints of Meteorite #48386B

Color information

#48386B (or 0x48386B) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 6B. RGB value is (72,56,107). Sum of RGB (Red+Green+Blue) = 72+56+107=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #48386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48386B is #B7C794. Grayscale: #424242. Windows color (decimal): -12044181 or 7026760. OLE color: 7026760.

HSL color Cylindrical-coordinate representation of color #48386B: hue angle of 258.82º degrees, saturation: 0.31, 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 #48386B is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7256107-
CMYK0.330.4800.58
HSL258.82º31.29%31.96%-
HSV(B)258.82º47.66%41.96%-
XYZ6.745.2714.57-
YUV66.6150.8131.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=30.64%
G=23.83%
B=45.53%

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
Decimal72561070.330.4800.58258.8231.2931.96
Hex48386B213003A1031f20
Octal1107015341600724033740
Binary10010001110001101011100001110000011101010000001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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