#4A3A6E

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

Shades of Meteorite #4A3A6E

Tints of Meteorite #4A3A6E

Color information

#4A3A6E (or 0x4A3A6E) is unknown color: approx Meteorite. HEX triplet: 4A, 3A and 6E. RGB value is (74,58,110). Sum of RGB (Red+Green+Blue) = 74+58+110=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A3A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3A6E is #B5C591. Grayscale: #444444. Windows color (decimal): -11912594 or 7223882. OLE color: 7223882.

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

Color convert

RGB7458110-
CMYK0.330.4700.57
HSL258.46º30.95%32.94%-
HSV(B)258.46º47.27%43.14%-
XYZ7.155.6115.46-
YUV68.71151.3131.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.58%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=30.58%
G=23.97%
B=45.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74581100.330.4700.57258.4630.9532.94
Hex4A3A6E212F0391021f21
Octal1127215641570714023741
Binary10010101110101101110100001101111011100110000001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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