#4A4070

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

Shades of Meteorite #4A4070

Tints of Meteorite #4A4070

Color information

#4A4070 (or 0x4A4070) is unknown color: approx Meteorite. HEX triplet: 4A, 40 and 70. RGB value is (74,64,112). Sum of RGB (Red+Green+Blue) = 74+64+112=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A4070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4070 is #B5BF8F. Grayscale: #484848. Windows color (decimal): -11911056 or 7356490. OLE color: 7356490.

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

Color convert

RGB7464112-
CMYK0.340.4300.56
HSL252.5º27.27%34.51%-
HSV(B)252.5º42.86%43.92%-
XYZ7.586.2916.14-
YUV72.46150.31129.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.6%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=29.6%
G=25.6%
B=44.8%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74641120.340.4300.56252.527.2734.51
Hex4A4070222B038fc1b23
Octal11210016042530703743343
Binary10010101000000111000010001010101101110001111110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,64,112); }

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

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

 a { background-color: rgb(74,64,112); }

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

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

 span { border-color: rgb(74,64,112); }

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