Html Css Color HEX #4C376E Meteorite

📋 copy color: '#4C376E'

red 76 ◦ green 55 ◦ blue 110

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

Shades of Meteorite #4C376E

Tints of Meteorite #4C376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 31.54%
G = 22.82%
B = 45.64%

CMYK

 C value IS 0.31

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C376E (or 0x4C376E) is known color: Meteorite. HEX triplet: 4C, 37 and 6E. RGB value is (76,55,110). Sum of RGB (Red+Green+Blue) = 76+55+110=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C376E is #B3C891. Grayscale: #434343. Windows color (decimal): -11782290 or 7223116. OLE color: 7223116.

HSL color Cylindrical-coordinate representation of color #4C376E: hue angle of 262.91º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C376E is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 55 110 -
CMYK 0.31 0.5 0 0.57
HSL 262.91º 0.33% 0.32% -
HSV(B) 262.91º 0.5% 0.43% -
XYZ 7.16 5.39 15.42 -
YUV 67.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 76 55 110 0.31 0.5 0 0.57 262.91 0.33 0.32
Hex 4C 37 6E 1F 32 0 39 107 21 20
Octal 114 67 156 37 62 0 71 407 41 40
Binary 1001100 110111 1101110 11111 110010 0 111001 100000111 100001 100000

Color Harmonies of #4C376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C376E

Black with #4C376E

Text Example


Text Example

White with #4C376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,55,110); }

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

background-color css

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

 a { background-color: rgb(76,55,110); }

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

border-color css

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

 span { border-color: rgb(76,55,110); }

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