Html Css Color HEX #48416B Meteorite

📋 copy color: '#48416B'

red 72 ◦ green 65 ◦ blue 107

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

Shades of Meteorite #48416B

Tints of Meteorite #48416B

RGB

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

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

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

R = 29.51%
G = 26.64%
B = 43.85%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48416B (or 0x48416B) is known color: Meteorite. HEX triplet: 48, 41 and 6B. RGB value is (72,65,107). Sum of RGB (Red+Green+Blue) = 72+65+107=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #48416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48416B is #B7BE94. Grayscale: #474747. Windows color (decimal): -12041877 or 7029064. OLE color: 7029064.

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

Color convert

RGB 72 65 107 -
CMYK 0.33 0.39 0 0.58
HSL 250º 0.24% 0.34% -
HSV(B) 250º 0.39% 0.42% -
XYZ 7.22 6.22 14.73 -
YUV 71.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 72 65 107 0.33 0.39 0 0.58 250 0.24 0.34
Hex 48 41 6B 21 27 0 3A FA 18 22
Octal 110 101 153 41 47 0 72 372 30 42
Binary 1001000 1000001 1101011 100001 100111 0 111010 11111010 11000 100010

Color Harmonies of #48416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48416B

Black with #48416B

Text Example


Text Example

White with #48416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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