#4A3E61

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

Shades of Meteorite #4A3E61

Tints of Meteorite #4A3E61

Color information

#4A3E61 (or 0x4A3E61) is unknown color: approx Meteorite. HEX triplet: 4A, 3E and 61. RGB value is (74,62,97). Sum of RGB (Red+Green+Blue) = 74+62+97=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A3E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E61 is #B5C19E. Grayscale: #454545. Windows color (decimal): -11911583 or 6372938. OLE color: 6372938.

HSL color Cylindrical-coordinate representation of color #4A3E61: hue angle of 260.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A3E61 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB746297-
CMYK0.240.3600.62
HSL260.57º22.01%31.18%-
HSV(B)260.57º36.08%38.04%-
XYZ6.75.7612.07-
YUV69.58143.48131.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.76%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=31.76%
G=26.61%
B=41.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7462970.240.3600.62260.5722.0131.18
Hex4A3E61182403E105161f
Octal1127614130440764052637
Binary100101011111011000011100010010001111101000001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,62,97); }

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

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

 a { background-color: rgb(74,62,97); }

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

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

 span { border-color: rgb(74,62,97); }

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