Html Css Color HEX #484161 Meteorite

📋 copy color: '#484161'

red 72 ◦ green 65 ◦ blue 97

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

Shades of Meteorite #484161

Tints of Meteorite #484161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 30.77%
G = 27.78%
B = 41.45%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484161 (or 0x484161) is known color: Meteorite. HEX triplet: 48, 41 and 61. RGB value is (72,65,97). Sum of RGB (Red+Green+Blue) = 72+65+97=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #484161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484161 is #B7BE9E. Grayscale: #464646. Windows color (decimal): -12041887 or 6373704. OLE color: 6373704.

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

Color convert

RGB 72 65 97 -
CMYK 0.26 0.33 0 0.62
HSL 253.13º 0.2% 0.32% -
HSV(B) 253.13º 0.33% 0.38% -
XYZ 6.72 6.02 12.12 -
YUV 70.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 72 65 97 0.26 0.33 0 0.62 253.13 0.2 0.32
Hex 48 41 61 1A 21 0 3E FD 14 20
Octal 110 101 141 32 41 0 76 375 24 40
Binary 1001000 1000001 1100001 11010 100001 0 111110 11111101 10100 100000

Color Harmonies of #484161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484161

Black with #484161

Text Example


Text Example

White with #484161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484161; }

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

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

background-color css

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

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

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

border-color css

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

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

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