Html Css Color HEX #4C3A71 Meteorite

📋 copy color: '#4C3A71'

red 76 ◦ green 58 ◦ blue 113

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

Shades of Meteorite #4C3A71

Tints of Meteorite #4C3A71

RGB

 RED value IS 76 (30.08% from 255) = 30.77%

 GREEN value IS 58 (23.05% from 255) = 23.48%

 BLUE value IS 113 (44.53% from 255) = 45.75%

R = 30.77%
G = 23.48%
B = 45.75%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C3A71 (or 0x4C3A71) is known color: Meteorite. HEX triplet: 4C, 3A and 71. RGB value is (76,58,113). Sum of RGB (Red+Green+Blue) = 76+58+113=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C3A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A71 is #B3C58E. Grayscale: #454545. Windows color (decimal): -11781519 or 7420492. OLE color: 7420492.

HSL color Cylindrical-coordinate representation of color #4C3A71: hue angle of 259.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C3A71 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 58 113 -
CMYK 0.33 0.49 0 0.56
HSL 259.64º 0.32% 0.34% -
HSV(B) 259.64º 0.49% 0.44% -
XYZ 7.47 5.75 16.34 -
YUV 69.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 76 58 113 0.33 0.49 0 0.56 259.64 0.32 0.34
Hex 4C 3A 71 21 31 0 38 104 20 22
Octal 114 72 161 41 61 0 70 404 40 42
Binary 1001100 111010 1110001 100001 110001 0 111000 100000100 100000 100010

Color Harmonies of #4C3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3A71

Black with #4C3A71

Text Example


Text Example

White with #4C3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,58,113); }

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

background-color css

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

 a { background-color: rgb(76,58,113); }

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

border-color css

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

 span { border-color: rgb(76,58,113); }

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