#4A3F71

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

Shades of Meteorite #4A3F71

Tints of Meteorite #4A3F71

Color information

#4A3F71 (or 0x4A3F71) is unknown color: approx Meteorite. HEX triplet: 4A, 3F and 71. RGB value is (74,63,113). Sum of RGB (Red+Green+Blue) = 74+63+113=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A3F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3F71 is #B5C08E. Grayscale: #474747. Windows color (decimal): -11911311 or 7421770. OLE color: 7421770.

HSL color Cylindrical-coordinate representation of color #4A3F71: hue angle of 253.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A3F71 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7463113-
CMYK0.350.4400.56
HSL253.2º28.41%34.51%-
HSV(B)253.2º44.25%44.31%-
XYZ7.586.216.42-
YUV71.99151.14129.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.6%
GREEN value IS 63 (25% from 255) = 25.2%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=29.6%
G=25.2%
B=45.2%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74631130.350.4400.56253.228.4134.51
Hex4A3F71232C038fd1c23
Octal1127716143540703753443
Binary1001010111111111000110001110110001110001111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,63,113); }

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

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

 a { background-color: rgb(74,63,113); }

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

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

 span { border-color: rgb(74,63,113); }

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