#4A365F

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

Shades of Meteorite #4A365F

Tints of Meteorite #4A365F

Color information

#4A365F (or 0x4A365F) is unknown color: approx Meteorite. HEX triplet: 4A, 36 and 5F. RGB value is (74,54,95). Sum of RGB (Red+Green+Blue) = 74+54+95=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A365F is #B5C9A0. Grayscale: #404040. Windows color (decimal): -11913633 or 6239818. OLE color: 6239818.

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

Color convert

RGB745495-
CMYK0.220.4300.63
HSL269.27º27.52%29.22%-
HSV(B)269.27º43.16%37.25%-
XYZ6.214.9211.45-
YUV64.65145.13134.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=33.18%
G=24.22%
B=42.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7454950.220.4300.63269.2727.5229.22
Hex4A365F162B03F10d1c1d
Octal1126613726530774153435
Binary100101011011010111111011010101101111111000011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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