#4A405F

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

Shades of Meteorite #4A405F

Tints of Meteorite #4A405F

Color information

#4A405F (or 0x4A405F) is unknown color: approx Meteorite. HEX triplet: 4A, 40 and 5F. RGB value is (74,64,95). Sum of RGB (Red+Green+Blue) = 74+64+95=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A405F is #B5BFA0. Grayscale: #464646. Windows color (decimal): -11911073 or 6242378. OLE color: 6242378.

HSL color Cylindrical-coordinate representation of color #4A405F: hue angle of 259.35º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A405F is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB746495-
CMYK0.220.3300.63
HSL259.35º19.5%31.18%-
HSV(B)259.35º32.63%37.25%-
XYZ6.725.9511.62-
YUV70.52141.81130.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.76%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=31.76%
G=27.47%
B=40.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7464950.220.3300.63259.3519.531.18
Hex4A405F162103F103131f
Octal11210013726410774032337
Binary1001010100000010111111011010000101111111000000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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