Html Css Color HEX #48406C Meteorite

📋 copy color: '#48406C'

red 72 ◦ green 64 ◦ blue 108

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

Shades of Meteorite #48406C

Tints of Meteorite #48406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.23%

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

R = 29.51%
G = 26.23%
B = 44.26%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48406C (or 0x48406C) is known color: Meteorite. HEX triplet: 48, 40 and 6C. RGB value is (72,64,108). Sum of RGB (Red+Green+Blue) = 72+64+108=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #48406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48406C is #B7BF93. Grayscale: #474747. Windows color (decimal): -12042132 or 7094344. OLE color: 7094344.

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

Color convert

RGB 72 64 108 -
CMYK 0.33 0.41 0 0.58
HSL 250.91º 0.26% 0.34% -
HSV(B) 250.91º 0.41% 0.42% -
XYZ 7.21 6.13 14.99 -
YUV 71.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 72 64 108 0.33 0.41 0 0.58 250.91 0.26 0.34
Hex 48 40 6C 21 29 0 3A FB 1A 22
Octal 110 100 154 41 51 0 72 373 32 42
Binary 1001000 1000000 1101100 100001 101001 0 111010 11111011 11010 100010

Color Harmonies of #48406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48406C

Black with #48406C

Text Example


Text Example

White with #48406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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