Html Css Color HEX #48405D Meteorite

📋 copy color: '#48405D'

red 72 ◦ green 64 ◦ blue 93

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

Shades of Meteorite #48405D

Tints of Meteorite #48405D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 31.44%
G = 27.95%
B = 40.61%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48405D (or 0x48405D) is known color: Meteorite. HEX triplet: 48, 40 and 5D. RGB value is (72,64,93). Sum of RGB (Red+Green+Blue) = 72+64+93=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #48405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48405D is #B7BFA2. Grayscale: #454545. Windows color (decimal): -12042147 or 6111304. OLE color: 6111304.

HSL color Cylindrical-coordinate representation of color #48405D: hue angle of 256.55º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48405D is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 64 93 -
CMYK 0.23 0.31 0 0.64
HSL 256.55º 0.18% 0.31% -
HSV(B) 256.55º 0.31% 0.36% -
XYZ 6.48 5.83 11.14 -
YUV 69.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 72 64 93 0.23 0.31 0 0.64 256.55 0.18 0.31
Hex 48 40 5D 17 1F 0 40 101 12 1F
Octal 110 100 135 27 37 0 100 401 22 37
Binary 1001000 1000000 1011101 10111 11111 0 1000000 100000001 10010 11111

Color Harmonies of #48405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48405D

Black with #48405D

Text Example


Text Example

White with #48405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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