#48396D

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

Shades of Meteorite #48396D

Tints of Meteorite #48396D

Color information

#48396D (or 0x48396D) is unknown color: approx Meteorite. HEX triplet: 48, 39 and 6D. RGB value is (72,57,109). Sum of RGB (Red+Green+Blue) = 72+57+109=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #48396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48396D is #B7C692. Grayscale: #434343. Windows color (decimal): -12043923 or 7158088. OLE color: 7158088.

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

Color convert

RGB7257109-
CMYK0.340.4800.57
HSL257.31º31.33%32.55%-
HSV(B)257.31º47.71%42.75%-
XYZ6.95.4115.15-
YUV67.41151.47131.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 57 (22.66% from 255) = 23.95%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=30.25%
G=23.95%
B=45.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72571090.340.4800.57257.3131.3332.55
Hex48396D22300391011f21
Octal1107115542600714013741
Binary10010001110011101101100010110000011100110000000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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