Html Css Color HEX #4A345C Scarlet Gum

📋 copy color: '#4A345C'

red 74 ◦ green 52 ◦ blue 92

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

Shades of Scarlet Gum #4A345C

Tints of Scarlet Gum #4A345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 33.94%
G = 23.85%
B = 42.2%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A345C (or 0x4A345C) is known color: Scarlet Gum. HEX triplet: 4A, 34 and 5C. RGB value is (74,52,92). Sum of RGB (Red+Green+Blue) = 74+52+92=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A345C is #B5CBA3. Grayscale: #3E3E3E. Windows color (decimal): -11914148 or 6042698. OLE color: 6042698.

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

Color convert

RGB 74 52 92 -
CMYK 0.20 0.43 0 0.64
HSL 273º 0.28% 0.28% -
HSV(B) 273º 0.43% 0.36% -
XYZ 5.98 4.68 10.71 -
YUV 63.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 74 52 92 0.20 0.43 0 0.64 273 0.28 0.28
Hex 4A 34 5C 14 2B 0 40 111 1C 1C
Octal 112 64 134 24 53 0 100 421 34 34
Binary 1001010 110100 1011100 10100 101011 0 1000000 100010001 11100 11100

Color Harmonies of #4A345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A345C

Black with #4A345C

Text Example


Text Example

White with #4A345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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