Html Css Color HEX #4A2162 Scarlet Gum

📋 copy color: '#4A2162'

red 74 ◦ green 33 ◦ blue 98

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

Shades of Scarlet Gum #4A2162

Tints of Scarlet Gum #4A2162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 36.1%
G = 16.1%
B = 47.8%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A2162 (or 0x4A2162) is known color: Scarlet Gum. HEX triplet: 4A, 21 and 62. RGB value is (74,33,98). Sum of RGB (Red+Green+Blue) = 74+33+98=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A2162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2162 is #B5DE9D. Grayscale: #343434. Windows color (decimal): -11919006 or 6431050. OLE color: 6431050.

HSL color Cylindrical-coordinate representation of color #4A2162: hue angle of 277.85º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A2162 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 33 98 -
CMYK 0.24 0.66 0 0.62
HSL 277.85º 0.5% 0.26% -
HSV(B) 277.85º 0.66% 0.38% -
XYZ 5.57 3.43 11.92 -
YUV 52.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 74 33 98 0.24 0.66 0 0.62 277.85 0.5 0.26
Hex 4A 21 62 18 42 0 3E 116 32 1A
Octal 112 41 142 30 102 0 76 426 62 32
Binary 1001010 100001 1100010 11000 1000010 0 111110 100010110 110010 11010

Color Harmonies of #4A2162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2162

Black with #4A2162

Text Example


Text Example

White with #4A2162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,33,98); }

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

background-color css

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

 a { background-color: rgb(74,33,98); }

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

border-color css

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

 span { border-color: rgb(74,33,98); }

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