#4A3461

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

Shades of Meteorite #4A3461

Tints of Meteorite #4A3461

Color information

#4A3461 (or 0x4A3461) is unknown color: approx Meteorite. HEX triplet: 4A, 34 and 61. RGB value is (74,52,97). Sum of RGB (Red+Green+Blue) = 74+52+97=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A3461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3461 is #B5CB9E. Grayscale: #3F3F3F. Windows color (decimal): -11914143 or 6370378. OLE color: 6370378.

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

Color convert

RGB745297-
CMYK0.240.4600.62
HSL269.33º30.2%29.22%-
HSV(B)269.33º46.39%38.04%-
XYZ6.214.7711.9-
YUV63.71146.79135.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=33.18%
G=23.32%
B=43.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7452970.240.4600.62269.3330.229.22
Hex4A3461182E03E10d1e1d
Octal1126414130560764153635
Binary100101011010011000011100010111001111101000011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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