Html Css Color HEX #4A3973 Meteorite

📋 copy color: '#4A3973'

red 74 ◦ green 57 ◦ blue 115

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

Shades of Meteorite #4A3973

Tints of Meteorite #4A3973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 30.08%
G = 23.17%
B = 46.75%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A3973 (or 0x4A3973) is known color: Meteorite. HEX triplet: 4A, 39 and 73. RGB value is (74,57,115). Sum of RGB (Red+Green+Blue) = 74+57+115=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3973 is #B5C68C. Grayscale: #444444. Windows color (decimal): -11912845 or 7551306. OLE color: 7551306.

HSL color Cylindrical-coordinate representation of color #4A3973: hue angle of 257.59º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A3973 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 57 115 -
CMYK 0.36 0.50 0 0.55
HSL 257.59º 0.34% 0.34% -
HSV(B) 257.59º 0.5% 0.45% -
XYZ 7.38 5.62 16.92 -
YUV 68.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 74 57 115 0.36 0.50 0 0.55 257.59 0.34 0.34
Hex 4A 39 73 24 32 0 37 102 22 22
Octal 112 71 163 44 62 0 67 402 42 42
Binary 1001010 111001 1110011 100100 110010 0 110111 100000010 100010 100010

Color Harmonies of #4A3973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3973

Black with #4A3973

Text Example


Text Example

White with #4A3973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,57,115); }

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

background-color css

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

 a { background-color: rgb(74,57,115); }

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

border-color css

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

 span { border-color: rgb(74,57,115); }

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