#4A3669

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

Shades of Meteorite #4A3669

Tints of Meteorite #4A3669

Color information

#4A3669 (or 0x4A3669) is unknown color: approx Meteorite. HEX triplet: 4A, 36 and 69. RGB value is (74,54,105). Sum of RGB (Red+Green+Blue) = 74+54+105=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A3669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3669 is #B5C996. Grayscale: #414141. Windows color (decimal): -11913623 or 6895178. OLE color: 6895178.

HSL color Cylindrical-coordinate representation of color #4A3669: hue angle of 263.53º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A3669 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7454105-
CMYK0.300.4900.59
HSL263.53º32.08%31.18%-
HSV(B)263.53º48.57%41.18%-
XYZ6.695.1114-
YUV65.79150.13133.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.76%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=31.76%
G=23.18%
B=45.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74541050.300.4900.59263.5332.0831.18
Hex4A36691E3103B108201f
Octal1126615136610734104037
Binary1001010110110110100111110110001011101110000100010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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