Html Css Color HEX #4A3C73 Meteorite

📋 copy color: '#4A3C73'

red 74 ◦ green 60 ◦ blue 115

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

Shades of Meteorite #4A3C73

Tints of Meteorite #4A3C73

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

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

R = 29.72%
G = 24.1%
B = 46.18%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A3C73 (or 0x4A3C73) is known color: Meteorite. HEX triplet: 4A, 3C and 73. RGB value is (74,60,115). Sum of RGB (Red+Green+Blue) = 74+60+115=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3C73 is #B5C38C. Grayscale: #464646. Windows color (decimal): -11912077 or 7552074. OLE color: 7552074.

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

Color convert

RGB 74 60 115 -
CMYK 0.36 0.48 0 0.55
HSL 255.27º 0.31% 0.34% -
HSV(B) 255.27º 0.48% 0.45% -
XYZ 7.53 5.93 16.97 -
YUV 70.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 74 60 115 0.36 0.48 0 0.55 255.27 0.31 0.34
Hex 4A 3C 73 24 30 0 37 FF 1F 22
Octal 112 74 163 44 60 0 67 377 37 42
Binary 1001010 111100 1110011 100100 110000 0 110111 11111111 11111 100010

Color Harmonies of #4A3C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3C73

Black with #4A3C73

Text Example


Text Example

White with #4A3C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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