Html Css Color HEX #4C3A5F Meteorite

📋 copy color: '#4C3A5F'

red 76 ◦ green 58 ◦ blue 95

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

Shades of Meteorite #4C3A5F

Tints of Meteorite #4C3A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.48%

R = 33.19%
G = 25.33%
B = 41.48%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C3A5F (or 0x4C3A5F) is known color: Meteorite. HEX triplet: 4C, 3A and 5F. RGB value is (76,58,95). Sum of RGB (Red+Green+Blue) = 76+58+95=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C3A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A5F is #B3C5A0. Grayscale: #434343. Windows color (decimal): -11781537 or 6240844. OLE color: 6240844.

HSL color Cylindrical-coordinate representation of color #4C3A5F: hue angle of 269.19º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C3A5F is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 58 95 -
CMYK 0.20 0.39 0 0.63
HSL 269.19º 0.24% 0.3% -
HSV(B) 269.19º 0.39% 0.37% -
XYZ 6.56 5.39 11.52 -
YUV 67.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 76 58 95 0.20 0.39 0 0.63 269.19 0.24 0.3
Hex 4C 3A 5F 14 27 0 3F 10D 18 1E
Octal 114 72 137 24 47 0 77 415 30 36
Binary 1001100 111010 1011111 10100 100111 0 111111 100001101 11000 11110

Color Harmonies of #4C3A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3A5F

Black with #4C3A5F

Text Example


Text Example

White with #4C3A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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