Html Css Color HEX #4C366D Meteorite

📋 copy color: '#4C366D'

red 76 ◦ green 54 ◦ blue 109

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

Shades of Meteorite #4C366D

Tints of Meteorite #4C366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 31.8%
G = 22.59%
B = 45.61%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C366D (or 0x4C366D) is known color: Meteorite. HEX triplet: 4C, 36 and 6D. RGB value is (76,54,109). Sum of RGB (Red+Green+Blue) = 76+54+109=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C366D is #B3C992. Grayscale: #424242. Windows color (decimal): -11782547 or 7157324. OLE color: 7157324.

HSL color Cylindrical-coordinate representation of color #4C366D: hue angle of 264º degrees, saturation: 0.34, 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 #4C366D is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 54 109 -
CMYK 0.30 0.50 0 0.57
HSL 264º 0.34% 0.32% -
HSV(B) 264º 0.5% 0.43% -
XYZ 7.06 5.28 15.11 -
YUV 66.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 76 54 109 0.30 0.50 0 0.57 264 0.34 0.32
Hex 4C 36 6D 1E 32 0 39 108 22 20
Octal 114 66 155 36 62 0 71 410 42 40
Binary 1001100 110110 1101101 11110 110010 0 111001 100001000 100010 100000

Color Harmonies of #4C366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C366D

Black with #4C366D

Text Example


Text Example

White with #4C366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,54,109); }

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

background-color css

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

 a { background-color: rgb(76,54,109); }

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

border-color css

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

 span { border-color: rgb(76,54,109); }

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