#4A3561

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

Shades of Meteorite #4A3561

Tints of Meteorite #4A3561

Color information

#4A3561 (or 0x4A3561) is unknown color: approx Meteorite. HEX triplet: 4A, 35 and 61. RGB value is (74,53,97). Sum of RGB (Red+Green+Blue) = 74+53+97=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A3561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3561 is #B5CA9E. Grayscale: #404040. Windows color (decimal): -11913887 or 6370634. OLE color: 6370634.

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

Color convert

RGB745397-
CMYK0.240.4500.62
HSL268.64º29.33%29.41%-
HSV(B)268.64º45.36%38.04%-
XYZ6.254.8711.92-
YUV64.29146.46134.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=33.04%
G=23.66%
B=43.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7453970.240.4500.62268.6429.3329.41
Hex4A3561182D03E10d1d1d
Octal1126514130550764153535
Binary100101011010111000011100010110101111101000011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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