Html Css Color HEX #48416C Meteorite

📋 copy color: '#48416C'

red 72 ◦ green 65 ◦ blue 108

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

Shades of Meteorite #48416C

Tints of Meteorite #48416C

RGB

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

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

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

R = 29.39%
G = 26.53%
B = 44.08%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48416C (or 0x48416C) is known color: Meteorite. HEX triplet: 48, 41 and 6C. RGB value is (72,65,108). Sum of RGB (Red+Green+Blue) = 72+65+108=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #48416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48416C is #B7BE93. Grayscale: #474747. Windows color (decimal): -12041876 or 7094600. OLE color: 7094600.

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

Color convert

RGB 72 65 108 -
CMYK 0.33 0.40 0 0.58
HSL 249.77º 0.25% 0.34% -
HSV(B) 249.77º 0.4% 0.42% -
XYZ 7.27 6.24 15.01 -
YUV 72 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 72 65 108 0.33 0.40 0 0.58 249.77 0.25 0.34
Hex 48 41 6C 21 28 0 3A FA 19 22
Octal 110 101 154 41 50 0 72 372 31 42
Binary 1001000 1000001 1101100 100001 101000 0 111010 11111010 11001 100010

Color Harmonies of #48416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48416C

Black with #48416C

Text Example


Text Example

White with #48416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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