Html Css Color HEX #48355E Meteorite

📋 copy color: '#48355E'

red 72 ◦ green 53 ◦ blue 94

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

Shades of Meteorite #48355E

Tints of Meteorite #48355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.92%

R = 32.88%
G = 24.2%
B = 42.92%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48355E (or 0x48355E) is known color: Meteorite. HEX triplet: 48, 35 and 5E. RGB value is (72,53,94). Sum of RGB (Red+Green+Blue) = 72+53+94=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #48355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48355E is #B7CAA1. Grayscale: #3F3F3F. Windows color (decimal): -12044962 or 6174024. OLE color: 6174024.

HSL color Cylindrical-coordinate representation of color #48355E: hue angle of 267.8º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48355E is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 53 94 -
CMYK 0.23 0.44 0 0.63
HSL 267.8º 0.28% 0.29% -
HSV(B) 267.8º 0.44% 0.37% -
XYZ 5.97 4.73 11.19 -
YUV 63.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 72 53 94 0.23 0.44 0 0.63 267.8 0.28 0.29
Hex 48 35 5E 17 2C 0 3F 10C 1C 1D
Octal 110 65 136 27 54 0 77 414 34 35
Binary 1001000 110101 1011110 10111 101100 0 111111 100001100 11100 11101

Color Harmonies of #48355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48355E

Black with #48355E

Text Example


Text Example

White with #48355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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