#4A376C

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

Shades of Meteorite #4A376C

Tints of Meteorite #4A376C

Color information

#4A376C (or 0x4A376C) is unknown color: approx Meteorite. HEX triplet: 4A, 37 and 6C. RGB value is (74,55,108). Sum of RGB (Red+Green+Blue) = 74+55+108=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A376C is #B5C893. Grayscale: #424242. Windows color (decimal): -11913364 or 7092042. OLE color: 7092042.

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

Color convert

RGB7455108-
CMYK0.310.4900.58
HSL261.51º32.52%31.96%-
HSV(B)261.51º49.07%42.35%-
XYZ6.95.2714.84-
YUV66.72151.29133.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=31.22%
G=23.21%
B=45.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74551080.310.4900.58261.5132.5231.96
Hex4A376C1F3103A1062120
Octal1126715437610724064140
Binary10010101101111101100111111100010111010100000110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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