Html Css Color HEX #4C3A5E Meteorite

📋 copy color: '#4C3A5E'

red 76 ◦ green 58 ◦ blue 94

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

Shades of Meteorite #4C3A5E

Tints of Meteorite #4C3A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.23%

R = 33.33%
G = 25.44%
B = 41.23%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C3A5E (or 0x4C3A5E) is known color: Meteorite. HEX triplet: 4C, 3A and 5E. RGB value is (76,58,94). Sum of RGB (Red+Green+Blue) = 76+58+94=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C3A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A5E is #B3C5A1. Grayscale: #434343. Windows color (decimal): -11781538 or 6175308. OLE color: 6175308.

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

Color convert

RGB 76 58 94 -
CMYK 0.19 0.38 0 0.63
HSL 270º 0.24% 0.3% -
HSV(B) 270º 0.38% 0.37% -
XYZ 6.51 5.37 11.28 -
YUV 67.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 76 58 94 0.19 0.38 0 0.63 270 0.24 0.3
Hex 4C 3A 5E 13 26 0 3F 10E 18 1E
Octal 114 72 136 23 46 0 77 416 30 36
Binary 1001100 111010 1011110 10011 100110 0 111111 100001110 11000 11110

Color Harmonies of #4C3A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3A5E

Black with #4C3A5E

Text Example


Text Example

White with #4C3A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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