Html Css Color HEX #48356C Meteorite

📋 copy color: '#48356C'

red 72 ◦ green 53 ◦ blue 108

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

Shades of Meteorite #48356C

Tints of Meteorite #48356C

RGB

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

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

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

R = 30.9%
G = 22.75%
B = 46.35%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48356C (or 0x48356C) is known color: Meteorite. HEX triplet: 48, 35 and 6C. RGB value is (72,53,108). Sum of RGB (Red+Green+Blue) = 72+53+108=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #48356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48356C is #B7CA93. Grayscale: #404040. Windows color (decimal): -12044948 or 7091528. OLE color: 7091528.

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

Color convert

RGB 72 53 108 -
CMYK 0.33 0.51 0 0.58
HSL 260.73º 0.34% 0.32% -
HSV(B) 260.73º 0.51% 0.42% -
XYZ 6.65 5.01 14.8 -
YUV 64.95 152.29 133.03 -
System Red Green Blue C M Y K H S L
Decimal 72 53 108 0.33 0.51 0 0.58 260.73 0.34 0.32
Hex 48 35 6C 21 33 0 3A 105 22 20
Octal 110 65 154 41 63 0 72 405 42 40
Binary 1001000 110101 1101100 100001 110011 0 111010 100000101 100010 100000

Color Harmonies of #48356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48356C

Black with #48356C

Text Example


Text Example

White with #48356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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