Html Css Color HEX #4A1360 Scarlet Gum

📋 copy color: '#4A1360'

red 74 ◦ green 19 ◦ blue 96

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

Shades of Scarlet Gum #4A1360

Tints of Scarlet Gum #4A1360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 39.15%
G = 10.05%
B = 50.79%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A1360 (or 0x4A1360) is known color: Scarlet Gum. HEX triplet: 4A, 13 and 60. RGB value is (74,19,96). Sum of RGB (Red+Green+Blue) = 74+19+96=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A1360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1360 is #B5EC9F. Grayscale: #2B2B2B. Windows color (decimal): -11922592 or 6296394. OLE color: 6296394.

HSL color Cylindrical-coordinate representation of color #4A1360: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A1360 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 19 96 -
CMYK 0.23 0.80 0 0.62
HSL 282.86º 0.67% 0.23% -
HSV(B) 282.86º 0.8% 0.38% -
XYZ 5.17 2.77 11.33 -
YUV 44.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 74 19 96 0.23 0.80 0 0.62 282.86 0.67 0.23
Hex 4A 13 60 17 50 0 3E 11B 43 17
Octal 112 23 140 27 120 0 76 433 103 27
Binary 1001010 10011 1100000 10111 1010000 0 111110 100011011 1000011 10111

Color Harmonies of #4A1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1360

Black with #4A1360

Text Example


Text Example

White with #4A1360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,19,96); }

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

background-color css

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

 a { background-color: rgb(74,19,96); }

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

border-color css

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

 span { border-color: rgb(74,19,96); }

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