Html Css Color HEX #4A3661 Meteorite

📋 copy color: '#4A3661'

red 74 ◦ green 54 ◦ blue 97

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

Shades of Meteorite #4A3661

Tints of Meteorite #4A3661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

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

R = 32.89%
G = 24%
B = 43.11%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A3661 (or 0x4A3661) is known color: Meteorite. HEX triplet: 4A, 36 and 61. RGB value is (74,54,97). Sum of RGB (Red+Green+Blue) = 74+54+97=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A3661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3661 is #B5C99E. Grayscale: #404040. Windows color (decimal): -11913631 or 6370890. OLE color: 6370890.

HSL color Cylindrical-coordinate representation of color #4A3661: hue angle of 267.91º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A3661 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 54 97 -
CMYK 0.24 0.44 0 0.62
HSL 267.91º 0.28% 0.3% -
HSV(B) 267.91º 0.44% 0.38% -
XYZ 6.3 4.96 11.93 -
YUV 64.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 74 54 97 0.24 0.44 0 0.62 267.91 0.28 0.3
Hex 4A 36 61 18 2C 0 3E 10C 1C 1E
Octal 112 66 141 30 54 0 76 414 34 36
Binary 1001010 110110 1100001 11000 101100 0 111110 100001100 11100 11110

Color Harmonies of #4A3661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3661

Black with #4A3661

Text Example


Text Example

White with #4A3661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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