Html Css Color HEX #4A3658 Scarlet Gum

📋 copy color: '#4A3658'

red 74 ◦ green 54 ◦ blue 88

#4A3658
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4A3658

Tints of Scarlet Gum #4A3658

RGB

 RED value IS 74 (29.3% from 255) = 34.26%

 GREEN value IS 54 (21.48% from 255) = 25%

 BLUE value IS 88 (34.77% from 255) = 40.74%

R = 34.26%
G = 25%
B = 40.74%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A3658 (or 0x4A3658) is known color: Scarlet Gum. HEX triplet: 4A, 36 and 58. RGB value is (74,54,88). Sum of RGB (Red+Green+Blue) = 74+54+88=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A3658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3658 is #B5C9A7. Grayscale: #3F3F3F. Windows color (decimal): -11913640 or 5781066. OLE color: 5781066.

HSL color Cylindrical-coordinate representation of color #4A3658: hue angle of 275.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A3658 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 54 88 -
CMYK 0.16 0.39 0 0.65
HSL 275.29º 0.24% 0.28% -
HSV(B) 275.29º 0.39% 0.35% -
XYZ 5.9 4.8 9.85 -
YUV 63.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 74 54 88 0.16 0.39 0 0.65 275.29 0.24 0.28
Hex 4A 36 58 10 27 0 41 113 18 1C
Octal 112 66 130 20 47 0 101 423 30 34
Binary 1001010 110110 1011000 10000 100111 0 1000001 100010011 11000 11100

Color Harmonies of #4A3658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3658

Black with #4A3658

Text Example


Text Example

White with #4A3658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A3658;
 }
 .AnyTagClassName
 {
   color: #4A3658;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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