#4A366C

Color #4A366C Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #4A366C

Tints of Meteorite #4A366C

Color information

#4A366C (or 0x4A366C) is unknown color: approx Meteorite. HEX triplet: 4A, 36 and 6C. RGB value is (74,54,108). Sum of RGB (Red+Green+Blue) = 74+54+108=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A366C is #B5C993. Grayscale: #414141. Windows color (decimal): -11913620 or 7091786. OLE color: 7091786.

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

Color convert

RGB7454108-
CMYK0.310.5000.58
HSL262.22º33.33%31.76%-
HSV(B)262.22º50%42.35%-
XYZ6.855.1814.83-
YUV66.14151.63133.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.36%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=31.36%
G=22.88%
B=45.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74541080.310.5000.58262.2233.3331.76
Hex4A366C1F3203A1062120
Octal1126615437620724064140
Binary10010101101101101100111111100100111010100000110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,54,108); }

 H1.HeaderClassName
 {
   color: #4A366C;
 }
 .AnyTagClassName
 {
   color: #4A366C;
 }
</style>
background-color css

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

 a { background-color: rgb(74,54,108); }

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

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

 span { border-color: rgb(74,54,108); }

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