Html Css Color HEX #48415D Meteorite

📋 copy color: '#48415D'

red 72 ◦ green 65 ◦ blue 93

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

Shades of Meteorite #48415D

Tints of Meteorite #48415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 31.3%
G = 28.26%
B = 40.43%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48415D (or 0x48415D) is known color: Meteorite. HEX triplet: 48, 41 and 5D. RGB value is (72,65,93). Sum of RGB (Red+Green+Blue) = 72+65+93=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #48415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48415D is #B7BEA2. Grayscale: #464646. Windows color (decimal): -12041891 or 6111560. OLE color: 6111560.

HSL color Cylindrical-coordinate representation of color #48415D: hue angle of 255º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48415D is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 65 93 -
CMYK 0.23 0.30 0 0.64
HSL 255º 0.18% 0.31% -
HSV(B) 255º 0.3% 0.36% -
XYZ 6.54 5.95 11.16 -
YUV 70.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 72 65 93 0.23 0.30 0 0.64 255 0.18 0.31
Hex 48 41 5D 17 1E 0 40 FF 12 1F
Octal 110 101 135 27 36 0 100 377 22 37
Binary 1001000 1000001 1011101 10111 11110 0 1000000 11111111 10010 11111

Color Harmonies of #48415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48415D

Black with #48415D

Text Example


Text Example

White with #48415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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