Html Css Color HEX #484160 Meteorite

📋 copy color: '#484160'

red 72 ◦ green 65 ◦ blue 96

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

Shades of Meteorite #484160

Tints of Meteorite #484160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 30.9%
G = 27.9%
B = 41.2%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484160 (or 0x484160) is known color: Meteorite. HEX triplet: 48, 41 and 60. RGB value is (72,65,96). Sum of RGB (Red+Green+Blue) = 72+65+96=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #484160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484160 is #B7BE9F. Grayscale: #464646. Windows color (decimal): -12041888 or 6308168. OLE color: 6308168.

HSL color Cylindrical-coordinate representation of color #484160: hue angle of 253.55º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484160 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 65 96 -
CMYK 0.25 0.32 0 0.62
HSL 253.55º 0.19% 0.32% -
HSV(B) 253.55º 0.32% 0.38% -
XYZ 6.67 6 11.87 -
YUV 70.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 72 65 96 0.25 0.32 0 0.62 253.55 0.19 0.32
Hex 48 41 60 19 20 0 3E FE 13 20
Octal 110 101 140 31 40 0 76 376 23 40
Binary 1001000 1000001 1100000 11001 100000 0 111110 11111110 10011 100000

Color Harmonies of #484160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484160

Black with #484160

Text Example


Text Example

White with #484160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484160; }

 p { color: rgb(72,65,96); }

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

background-color css

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

 a { background-color: rgb(72,65,96); }

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

border-color css

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

 span { border-color: rgb(72,65,96); }

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