Html Css Color HEX #4A365C Scarlet Gum

📋 copy color: '#4A365C'

red 74 ◦ green 54 ◦ blue 92

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

Shades of Scarlet Gum #4A365C

Tints of Scarlet Gum #4A365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 33.64%
G = 24.55%
B = 41.82%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A365C (or 0x4A365C) is known color: Scarlet Gum. HEX triplet: 4A, 36 and 5C. RGB value is (74,54,92). Sum of RGB (Red+Green+Blue) = 74+54+92=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A365C is #B5C9A3. Grayscale: #404040. Windows color (decimal): -11913636 or 6043210. OLE color: 6043210.

HSL color Cylindrical-coordinate representation of color #4A365C: hue angle of 271.58º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A365C is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 54 92 -
CMYK 0.20 0.41 0 0.64
HSL 271.58º 0.26% 0.29% -
HSV(B) 271.58º 0.41% 0.36% -
XYZ 6.07 4.87 10.74 -
YUV 64.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 74 54 92 0.20 0.41 0 0.64 271.58 0.26 0.29
Hex 4A 36 5C 14 29 0 40 110 1A 1D
Octal 112 66 134 24 51 0 100 420 32 35
Binary 1001010 110110 1011100 10100 101001 0 1000000 100010000 11010 11101

Color Harmonies of #4A365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A365C

Black with #4A365C

Text Example


Text Example

White with #4A365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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