Html Css Color HEX #48355D Meteorite

📋 copy color: '#48355D'

red 72 ◦ green 53 ◦ blue 93

#48355D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #48355D

Tints of Meteorite #48355D

RGB

 RED value IS 72 (28.52% from 255) = 33.03%

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 33.03%
G = 24.31%
B = 42.66%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48355D (or 0x48355D) is known color: Meteorite. HEX triplet: 48, 35 and 5D. RGB value is (72,53,93). Sum of RGB (Red+Green+Blue) = 72+53+93=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #48355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48355D is #B7CAA2. Grayscale: #3F3F3F. Windows color (decimal): -12044963 or 6108488. OLE color: 6108488.

HSL color Cylindrical-coordinate representation of color #48355D: hue angle of 268.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48355D is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 53 93 -
CMYK 0.23 0.43 0 0.64
HSL 268.5º 0.27% 0.29% -
HSV(B) 268.5º 0.43% 0.36% -
XYZ 5.92 4.71 10.95 -
YUV 63.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 72 53 93 0.23 0.43 0 0.64 268.5 0.27 0.29
Hex 48 35 5D 17 2B 0 40 10C 1B 1D
Octal 110 65 135 27 53 0 100 414 33 35
Binary 1001000 110101 1011101 10111 101011 0 1000000 100001100 11011 11101

Color Harmonies of #48355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48355D

Black with #48355D

Text Example


Text Example

White with #48355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48355D;
 }
 .AnyTagClassName
 {
   color: #48355D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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