Html Css Color HEX #48405A Meteorite

📋 copy color: '#48405A'

red 72 ◦ green 64 ◦ blue 90

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

Shades of Meteorite #48405A

Tints of Meteorite #48405A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 31.86%
G = 28.32%
B = 39.82%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48405A (or 0x48405A) is known color: Meteorite. HEX triplet: 48, 40 and 5A. RGB value is (72,64,90). Sum of RGB (Red+Green+Blue) = 72+64+90=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #48405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48405A is #B7BFA5. Grayscale: #454545. Windows color (decimal): -12042150 or 5914696. OLE color: 5914696.

HSL color Cylindrical-coordinate representation of color #48405A: hue angle of 258.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48405A is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 64 90 -
CMYK 0.20 0.29 0 0.65
HSL 258.46º 0.17% 0.3% -
HSV(B) 258.46º 0.29% 0.35% -
XYZ 6.35 5.78 10.45 -
YUV 69.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 72 64 90 0.20 0.29 0 0.65 258.46 0.17 0.3
Hex 48 40 5A 14 1D 0 41 102 11 1E
Octal 110 100 132 24 35 0 101 402 21 36
Binary 1001000 1000000 1011010 10100 11101 0 1000001 100000010 10001 11110

Color Harmonies of #48405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48405A

Black with #48405A

Text Example


Text Example

White with #48405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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