#4A356C

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

Shades of Meteorite #4A356C

Tints of Meteorite #4A356C

Color information

#4A356C (or 0x4A356C) is unknown color: approx Meteorite. HEX triplet: 4A, 35 and 6C. RGB value is (74,53,108). Sum of RGB (Red+Green+Blue) = 74+53+108=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A356C is #B5CA93. Grayscale: #414141. Windows color (decimal): -11913876 or 7091530. OLE color: 7091530.

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

Color convert

RGB7453108-
CMYK0.310.5100.58
HSL262.91º34.16%31.57%-
HSV(B)262.91º50.93%42.35%-
XYZ6.85.0814.81-
YUV65.55151.96134.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=31.49%
G=22.55%
B=45.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74531080.310.5100.58262.9134.1631.57
Hex4A356C1F3303A1072220
Octal1126515437630724074240
Binary10010101101011101100111111100110111010100000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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