Html Css Color HEX #48405C Meteorite

📋 copy color: '#48405C'

red 72 ◦ green 64 ◦ blue 92

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

Shades of Meteorite #48405C

Tints of Meteorite #48405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.35%

R = 31.58%
G = 28.07%
B = 40.35%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48405C (or 0x48405C) is known color: Meteorite. HEX triplet: 48, 40 and 5C. RGB value is (72,64,92). Sum of RGB (Red+Green+Blue) = 72+64+92=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #48405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48405C is #B7BFA3. Grayscale: #454545. Windows color (decimal): -12042148 or 6045768. OLE color: 6045768.

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

Color convert

RGB 72 64 92 -
CMYK 0.22 0.30 0 0.64
HSL 257.14º 0.18% 0.31% -
HSV(B) 257.14º 0.3% 0.36% -
XYZ 6.44 5.82 10.91 -
YUV 69.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 72 64 92 0.22 0.30 0 0.64 257.14 0.18 0.31
Hex 48 40 5C 16 1E 0 40 101 12 1F
Octal 110 100 134 26 36 0 100 401 22 37
Binary 1001000 1000000 1011100 10110 11110 0 1000000 100000001 10010 11111

Color Harmonies of #48405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48405C

Black with #48405C

Text Example


Text Example

White with #48405C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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