#4A396E

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

Shades of Meteorite #4A396E

Tints of Meteorite #4A396E

Color information

#4A396E (or 0x4A396E) is unknown color: approx Meteorite. HEX triplet: 4A, 39 and 6E. RGB value is (74,57,110). Sum of RGB (Red+Green+Blue) = 74+57+110=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A396E is #B5C691. Grayscale: #434343. Windows color (decimal): -11912850 or 7223626. OLE color: 7223626.

HSL color Cylindrical-coordinate representation of color #4A396E: hue angle of 259.25º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A396E is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7457110-
CMYK0.330.4800.57
HSL259.25º31.74%32.75%-
HSV(B)259.25º48.18%43.14%-
XYZ7.15.5115.44-
YUV68.12151.63132.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.71%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=30.71%
G=23.65%
B=45.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74571100.330.4800.57259.2531.7432.75
Hex4A396E21300391032021
Octal1127115641600714034041
Binary100101011100111011101000011100000111001100000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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