Html Css Color HEX #48405E Meteorite

📋 copy color: '#48405E'

red 72 ◦ green 64 ◦ blue 94

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

Shades of Meteorite #48405E

Tints of Meteorite #48405E

RGB

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

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

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

R = 31.3%
G = 27.83%
B = 40.87%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48405E (or 0x48405E) is known color: Meteorite. HEX triplet: 48, 40 and 5E. RGB value is (72,64,94). Sum of RGB (Red+Green+Blue) = 72+64+94=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #48405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48405E is #B7BFA1. Grayscale: #454545. Windows color (decimal): -12042146 or 6176840. OLE color: 6176840.

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

Color convert

RGB 72 64 94 -
CMYK 0.23 0.32 0 0.63
HSL 256º 0.19% 0.31% -
HSV(B) 256º 0.32% 0.37% -
XYZ 6.53 5.85 11.38 -
YUV 69.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 72 64 94 0.23 0.32 0 0.63 256 0.19 0.31
Hex 48 40 5E 17 20 0 3F 100 13 1F
Octal 110 100 136 27 40 0 77 400 23 37
Binary 1001000 1000000 1011110 10111 100000 0 111111 100000000 10011 11111

Color Harmonies of #48405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48405E

Black with #48405E

Text Example


Text Example

White with #48405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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