#4A365E

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

Shades of Scarlet Gum #4A365E

Tints of Scarlet Gum #4A365E

Color information

#4A365E (or 0x4A365E) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 36 and 5E. RGB value is (74,54,94). Sum of RGB (Red+Green+Blue) = 74+54+94=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A365E is #B5C9A1. Grayscale: #404040. Windows color (decimal): -11913634 or 6174282. OLE color: 6174282.

HSL color Cylindrical-coordinate representation of color #4A365E: hue angle of 270º degrees, saturation: 0.27, 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 #4A365E is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB745494-
CMYK0.210.4300.63
HSL270º27.03%29.02%-
HSV(B)270º42.55%36.86%-
XYZ6.164.911.21-
YUV64.54144.63134.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=33.33%
G=24.32%
B=42.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7454940.210.4300.6327027.0329.02
Hex4A365E152B03F10e1b1d
Octal1126613625530774163335
Binary100101011011010111101010110101101111111000011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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