Html Css Color HEX #48385E Meteorite

📋 copy color: '#48385E'

red 72 ◦ green 56 ◦ blue 94

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

Shades of Meteorite #48385E

Tints of Meteorite #48385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.23%

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

R = 32.43%
G = 25.23%
B = 42.34%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48385E (or 0x48385E) is known color: Meteorite. HEX triplet: 48, 38 and 5E. RGB value is (72,56,94). Sum of RGB (Red+Green+Blue) = 72+56+94=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #48385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48385E is #B7C7A1. Grayscale: #404040. Windows color (decimal): -12044194 or 6174792. OLE color: 6174792.

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

Color convert

RGB 72 56 94 -
CMYK 0.23 0.40 0 0.63
HSL 265.26º 0.25% 0.29% -
HSV(B) 265.26º 0.4% 0.37% -
XYZ 6.11 5.01 11.24 -
YUV 65.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 72 56 94 0.23 0.40 0 0.63 265.26 0.25 0.29
Hex 48 38 5E 17 28 0 3F 109 19 1D
Octal 110 70 136 27 50 0 77 411 31 35
Binary 1001000 111000 1011110 10111 101000 0 111111 100001001 11001 11101

Color Harmonies of #48385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48385E

Black with #48385E

Text Example


Text Example

White with #48385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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