Html Css Color HEX #48415B Meteorite

📋 copy color: '#48415B'

red 72 ◦ green 65 ◦ blue 91

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

Shades of Meteorite #48415B

Tints of Meteorite #48415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 31.58%
G = 28.51%
B = 39.91%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48415B (or 0x48415B) is known color: Meteorite. HEX triplet: 48, 41 and 5B. RGB value is (72,65,91). Sum of RGB (Red+Green+Blue) = 72+65+91=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #48415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48415B is #B7BEA4. Grayscale: #454545. Windows color (decimal): -12041893 or 5980488. OLE color: 5980488.

HSL color Cylindrical-coordinate representation of color #48415B: hue angle of 256.15º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48415B is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 65 91 -
CMYK 0.21 0.29 0 0.64
HSL 256.15º 0.17% 0.31% -
HSV(B) 256.15º 0.29% 0.36% -
XYZ 6.45 5.91 10.7 -
YUV 70.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 72 65 91 0.21 0.29 0 0.64 256.15 0.17 0.31
Hex 48 41 5B 15 1D 0 40 100 11 1F
Octal 110 101 133 25 35 0 100 400 21 37
Binary 1001000 1000001 1011011 10101 11101 0 1000000 100000000 10001 11111

Color Harmonies of #48415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48415B

Black with #48415B

Text Example


Text Example

White with #48415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48415B; }

 p { color: rgb(72,65,91); }

 H1.HeaderClassName
 {
   color: #48415B;
 }
 .AnyTagClassName
 {
   color: #48415B;
 }
</style>

background-color css

<style>
 a { background-color: #48415B; }

 a { background-color: rgb(72,65,91); }

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

border-color css

<style>
 span { border-color: #48415B; }

 span { border-color: rgb(72,65,91); }

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