#4A3861

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

Shades of Meteorite #4A3861

Tints of Meteorite #4A3861

Color information

#4A3861 (or 0x4A3861) is unknown color: approx Meteorite. HEX triplet: 4A, 38 and 61. RGB value is (74,56,97). Sum of RGB (Red+Green+Blue) = 74+56+97=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A3861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3861 is #B5C79E. Grayscale: #414141. Windows color (decimal): -11913119 or 6371402. OLE color: 6371402.

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

Color convert

RGB745697-
CMYK0.240.4200.62
HSL266.34º26.8%30%-
HSV(B)266.34º42.27%38.04%-
XYZ6.45.1511.97-
YUV66.06145.46133.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.60%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=32.60%
G=24.67%
B=42.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7456970.240.4200.62266.3426.830
Hex4A3861182A03E10a1b1e
Octal1127014130520764123336
Binary100101011100011000011100010101001111101000010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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