#48386D

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

Shades of Meteorite #48386D

Tints of Meteorite #48386D

Color information

#48386D (or 0x48386D) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 6D. RGB value is (72,56,109). Sum of RGB (Red+Green+Blue) = 72+56+109=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #48386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48386D is #B7C792. Grayscale: #424242. Windows color (decimal): -12044179 or 7157832. OLE color: 7157832.

HSL color Cylindrical-coordinate representation of color #48386D: hue angle of 258.11º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48386D is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7256109-
CMYK0.340.4900.57
HSL258.11º32.12%32.35%-
HSV(B)258.11º48.62%42.75%-
XYZ6.855.3115.13-
YUV66.83151.8131.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=30.38%
G=23.63%
B=45.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72561090.340.4900.57258.1132.1232.35
Hex48386D22310391022020
Octal1107015542610714024040
Binary100100011100011011011000101100010111001100000010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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