#4A4163

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

Shades of Meteorite #4A4163

Tints of Meteorite #4A4163

Color information

#4A4163 (or 0x4A4163) is unknown color: approx Meteorite. HEX triplet: 4A, 41 and 63. RGB value is (74,65,99). Sum of RGB (Red+Green+Blue) = 74+65+99=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A4163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4163 is #B5BE9C. Grayscale: #474747. Windows color (decimal): -11910813 or 6504778. OLE color: 6504778.

HSL color Cylindrical-coordinate representation of color #4A4163: hue angle of 255.88º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A4163 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB746599-
CMYK0.250.3400.61
HSL255.88º20.73%32.16%-
HSV(B)255.88º34.34%38.82%-
XYZ6.976.1412.62-
YUV71.57143.48129.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=31.09%
G=27.31%
B=41.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7465990.250.3400.61255.8820.7332.16
Hex4A4163192203D1001520
Octal11210114331420754002540
Binary10010101000001110001111001100010011110110000000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,65,99); }

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

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

 a { background-color: rgb(74,65,99); }

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

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

 span { border-color: rgb(74,65,99); }

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