Html Css Color HEX #48366E Meteorite

📋 copy color: '#48366E'

red 72 ◦ green 54 ◦ blue 110

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

Shades of Meteorite #48366E

Tints of Meteorite #48366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.61%

R = 30.51%
G = 22.88%
B = 46.61%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48366E (or 0x48366E) is known color: Meteorite. HEX triplet: 48, 36 and 6E. RGB value is (72,54,110). Sum of RGB (Red+Green+Blue) = 72+54+110=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #48366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48366E is #B7C991. Grayscale: #414141. Windows color (decimal): -12044690 or 7222856. OLE color: 7222856.

HSL color Cylindrical-coordinate representation of color #48366E: hue angle of 259.29º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48366E is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 54 110 -
CMYK 0.35 0.51 0 0.57
HSL 259.29º 0.34% 0.32% -
HSV(B) 259.29º 0.51% 0.43% -
XYZ 6.81 5.14 15.39 -
YUV 65.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 72 54 110 0.35 0.51 0 0.57 259.29 0.34 0.32
Hex 48 36 6E 23 33 0 39 103 22 20
Octal 110 66 156 43 63 0 71 403 42 40
Binary 1001000 110110 1101110 100011 110011 0 111001 100000011 100010 100000

Color Harmonies of #48366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48366E

Black with #48366E

Text Example


Text Example

White with #48366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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