Html Css Color HEX #48345E Meteorite

📋 copy color: '#48345E'

red 72 ◦ green 52 ◦ blue 94

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

Shades of Meteorite #48345E

Tints of Meteorite #48345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 33.03%
G = 23.85%
B = 43.12%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48345E (or 0x48345E) is known color: Meteorite. HEX triplet: 48, 34 and 5E. RGB value is (72,52,94). Sum of RGB (Red+Green+Blue) = 72+52+94=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 94 - color contains mainly: blue. Hex color #48345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48345E is #B7CBA1. Grayscale: #3E3E3E. Windows color (decimal): -12045218 or 6173768. OLE color: 6173768.

HSL color Cylindrical-coordinate representation of color #48345E: hue angle of 268.57º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48345E is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 52 94 -
CMYK 0.23 0.45 0 0.63
HSL 268.57º 0.29% 0.29% -
HSV(B) 268.57º 0.45% 0.37% -
XYZ 5.92 4.64 11.17 -
YUV 62.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 72 52 94 0.23 0.45 0 0.63 268.57 0.29 0.29
Hex 48 34 5E 17 2D 0 3F 10D 1D 1D
Octal 110 64 136 27 55 0 77 415 35 35
Binary 1001000 110100 1011110 10111 101101 0 111111 100001101 11101 11101

Color Harmonies of #48345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48345E

Black with #48345E

Text Example


Text Example

White with #48345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48345E; }

 p { color: rgb(72,52,94); }

 H1.HeaderClassName
 {
   color: #48345E;
 }
 .AnyTagClassName
 {
   color: #48345E;
 }
</style>

background-color css

<style>
 a { background-color: #48345E; }

 a { background-color: rgb(72,52,94); }

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

border-color css

<style>
 span { border-color: #48345E; }

 span { border-color: rgb(72,52,94); }

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