#4A3968

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

Shades of Meteorite #4A3968

Tints of Meteorite #4A3968

Color information

#4A3968 (or 0x4A3968) is unknown color: approx Meteorite. HEX triplet: 4A, 39 and 68. RGB value is (74,57,104). Sum of RGB (Red+Green+Blue) = 74+57+104=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A3968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3968 is #B5C697. Grayscale: #434343. Windows color (decimal): -11912856 or 6830410. OLE color: 6830410.

HSL color Cylindrical-coordinate representation of color #4A3968: hue angle of 261.7º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A3968 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7457104-
CMYK0.290.4500.59
HSL261.7º29.19%31.57%-
HSV(B)261.7º45.19%40.78%-
XYZ6.795.3813.78-
YUV67.44148.63132.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=31.49%
G=24.26%
B=44.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74571040.290.4500.59261.729.1931.57
Hex4A39681D2D03B1061d20
Octal1127115035550734063540
Binary1001010111001110100011101101101011101110000011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,57,104); }

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

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

 a { background-color: rgb(74,57,104); }

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

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

 span { border-color: rgb(74,57,104); }

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