Html Css Color HEX #4A2662 Scarlet Gum

📋 copy color: '#4A2662'

red 74 ◦ green 38 ◦ blue 98

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

Shades of Scarlet Gum #4A2662

Tints of Scarlet Gum #4A2662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

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

R = 35.24%
G = 18.1%
B = 46.67%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A2662 (or 0x4A2662) is known color: Scarlet Gum. HEX triplet: 4A, 26 and 62. RGB value is (74,38,98). Sum of RGB (Red+Green+Blue) = 74+38+98=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A2662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2662 is #B5D99D. Grayscale: #373737. Windows color (decimal): -11917726 or 6432330. OLE color: 6432330.

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

Color convert

RGB 74 38 98 -
CMYK 0.24 0.61 0 0.62
HSL 276º 0.44% 0.27% -
HSV(B) 276º 0.61% 0.38% -
XYZ 5.72 3.72 11.97 -
YUV 55.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 74 38 98 0.24 0.61 0 0.62 276 0.44 0.27
Hex 4A 26 62 18 3D 0 3E 114 2C 1B
Octal 112 46 142 30 75 0 76 424 54 33
Binary 1001010 100110 1100010 11000 111101 0 111110 100010100 101100 11011

Color Harmonies of #4A2662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2662

Black with #4A2662

Text Example


Text Example

White with #4A2662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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