#48356F

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

Shades of Meteorite #48356F

Tints of Meteorite #48356F

Color information

#48356F (or 0x48356F) is unknown color: approx Meteorite. HEX triplet: 48, 35 and 6F. RGB value is (72,53,111). Sum of RGB (Red+Green+Blue) = 72+53+111=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #48356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48356F is #B7CA90. Grayscale: #414141. Windows color (decimal): -12044945 or 7288136. OLE color: 7288136.

HSL color Cylindrical-coordinate representation of color #48356F: hue angle of 259.66º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48356F is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7253111-
CMYK0.350.5200.56
HSL259.66º35.37%32.16%-
HSV(B)259.66º52.25%43.53%-
XYZ6.815.0715.66-
YUV65.29153.79132.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 111 (43.75% from 255) = 47.03%
R=30.51%
G=22.46%
B=47.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72531110.350.5200.56259.6635.3732.16
Hex48356F23340381042320
Octal1106515743640704044340
Binary100100011010111011111000111101000111000100000100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48356F; }

 p { color: rgb(72,53,111); }

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

<style>
 a { background-color: #48356F; }

 a { background-color: rgb(72,53,111); }

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

<style>
 span { border-color: #48356F; }

 span { border-color: rgb(72,53,111); }

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