Html Css Color HEX #4A3673 Meteorite

📋 copy color: '#4A3673'

red 74 ◦ green 54 ◦ blue 115

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

Shades of Meteorite #4A3673

Tints of Meteorite #4A3673

RGB

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

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

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

R = 30.45%
G = 22.22%
B = 47.33%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A3673 (or 0x4A3673) is known color: Meteorite. HEX triplet: 4A, 36 and 73. RGB value is (74,54,115). Sum of RGB (Red+Green+Blue) = 74+54+115=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3673 is #B5C98C. Grayscale: #424242. Windows color (decimal): -11913613 or 7550538. OLE color: 7550538.

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

Color convert

RGB 74 54 115 -
CMYK 0.36 0.53 0 0.55
HSL 259.67º 0.36% 0.33% -
HSV(B) 259.67º 0.53% 0.45% -
XYZ 7.24 5.33 16.87 -
YUV 66.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 74 54 115 0.36 0.53 0 0.55 259.67 0.36 0.33
Hex 4A 36 73 24 35 0 37 104 24 21
Octal 112 66 163 44 65 0 67 404 44 41
Binary 1001010 110110 1110011 100100 110101 0 110111 100000100 100100 100001

Color Harmonies of #4A3673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3673

Black with #4A3673

Text Example


Text Example

White with #4A3673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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