Html Css Color HEX #4A4161 Meteorite

📋 copy color: '#4A4161'

red 74 ◦ green 65 ◦ blue 97

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

Shades of Meteorite #4A4161

Tints of Meteorite #4A4161

RGB

 RED value IS 74 (29.3% from 255) = 31.36%

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

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

R = 31.36%
G = 27.54%
B = 41.1%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A4161 (or 0x4A4161) is known color: Meteorite. HEX triplet: 4A, 41 and 61. RGB value is (74,65,97). Sum of RGB (Red+Green+Blue) = 74+65+97=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4161 is #B5BE9E. Grayscale: #474747. Windows color (decimal): -11910815 or 6373706. OLE color: 6373706.

HSL color Cylindrical-coordinate representation of color #4A4161: hue angle of 256.88º 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 #4A4161 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 65 97 -
CMYK 0.24 0.33 0 0.62
HSL 256.88º 0.2% 0.32% -
HSV(B) 256.88º 0.33% 0.38% -
XYZ 6.87 6.1 12.12 -
YUV 71.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 74 65 97 0.24 0.33 0 0.62 256.88 0.2 0.32
Hex 4A 41 61 18 21 0 3E 101 14 20
Octal 112 101 141 30 41 0 76 401 24 40
Binary 1001010 1000001 1100001 11000 100001 0 111110 100000001 10100 100000

Color Harmonies of #4A4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4161

Black with #4A4161

Text Example


Text Example

White with #4A4161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4161; }

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

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

background-color css

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

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

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

border-color css

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

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

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