Html Css Color HEX #48406B Meteorite

📋 copy color: '#48406B'

red 72 ◦ green 64 ◦ blue 107

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

Shades of Meteorite #48406B

Tints of Meteorite #48406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 29.63%
G = 26.34%
B = 44.03%

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

#48406B (or 0x48406B) is known color: Meteorite. HEX triplet: 48, 40 and 6B. RGB value is (72,64,107). Sum of RGB (Red+Green+Blue) = 72+64+107=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #48406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48406B is #B7BF94. Grayscale: #474747. Windows color (decimal): -12042133 or 7028808. OLE color: 7028808.

HSL color Cylindrical-coordinate representation of color #48406B: hue angle of 251.16º 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 #48406B is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 64 107 -
CMYK 0.33 0.40 0 0.58
HSL 251.16º 0.25% 0.34% -
HSV(B) 251.16º 0.4% 0.42% -
XYZ 7.16 6.11 14.71 -
YUV 71.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 72 64 107 0.33 0.40 0 0.58 251.16 0.25 0.34
Hex 48 40 6B 21 28 0 3A FB 19 22
Octal 110 100 153 41 50 0 72 373 31 42
Binary 1001000 1000000 1101011 100001 101000 0 111010 11111011 11001 100010

Color Harmonies of #48406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48406B

Black with #48406B

Text Example


Text Example

White with #48406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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