#4A4460

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

Shades of Meteorite #4A4460

Tints of Meteorite #4A4460

Color information

#4A4460 (or 0x4A4460) is unknown color: approx Meteorite. HEX triplet: 4A, 44 and 60. RGB value is (74,68,96). Sum of RGB (Red+Green+Blue) = 74+68+96=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4460 is #B5BB9F. Grayscale: #484848. Windows color (decimal): -11910048 or 6308938. OLE color: 6308938.

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

Color convert

RGB746896-
CMYK0.230.2900.62
HSL252.86º17.07%32.16%-
HSV(B)252.86º29.17%37.65%-
XYZ76.4311.94-
YUV72.99140.99128.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=31.09%
G=28.57%
B=40.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7468960.230.2900.62252.8617.0732.16
Hex4A4460171D03Efd1120
Octal11210414027350763752140
Binary100101010001001100000101111110101111101111110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,68,96); }

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

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

 a { background-color: rgb(74,68,96); }

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

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

 span { border-color: rgb(74,68,96); }

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