Html Css Color HEX #48366C Meteorite

📋 copy color: '#48366C'

red 72 ◦ green 54 ◦ blue 108

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

Shades of Meteorite #48366C

Tints of Meteorite #48366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.08%

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 30.77%
G = 23.08%
B = 46.15%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48366C (or 0x48366C) is known color: Meteorite. HEX triplet: 48, 36 and 6C. RGB value is (72,54,108). Sum of RGB (Red+Green+Blue) = 72+54+108=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #48366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48366C is #B7C993. Grayscale: #414141. Windows color (decimal): -12044692 or 7091784. OLE color: 7091784.

HSL color Cylindrical-coordinate representation of color #48366C: hue angle of 260º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48366C is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 54 108 -
CMYK 0.33 0.50 0 0.58
HSL 260º 0.33% 0.32% -
HSV(B) 260º 0.5% 0.42% -
XYZ 6.7 5.1 14.82 -
YUV 65.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 72 54 108 0.33 0.50 0 0.58 260 0.33 0.32
Hex 48 36 6C 21 32 0 3A 104 21 20
Octal 110 66 154 41 62 0 72 404 41 40
Binary 1001000 110110 1101100 100001 110010 0 111010 100000100 100001 100000

Color Harmonies of #48366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48366C

Black with #48366C

Text Example


Text Example

White with #48366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48366C; }

 p { color: rgb(72,54,108); }

 H1.HeaderClassName
 {
   color: #48366C;
 }
 .AnyTagClassName
 {
   color: #48366C;
 }
</style>

background-color css

<style>
 a { background-color: #48366C; }

 a { background-color: rgb(72,54,108); }

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

border-color css

<style>
 span { border-color: #48366C; }

 span { border-color: rgb(72,54,108); }

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