Html Css Color HEX #4A2B62 Scarlet Gum

📋 copy color: '#4A2B62'

red 74 ◦ green 43 ◦ blue 98

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

Shades of Scarlet Gum #4A2B62

Tints of Scarlet Gum #4A2B62

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20%

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

R = 34.42%
G = 20%
B = 45.58%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A2B62 (or 0x4A2B62) is known color: Scarlet Gum. HEX triplet: 4A, 2B and 62. RGB value is (74,43,98). Sum of RGB (Red+Green+Blue) = 74+43+98=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A2B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2B62 is #B5D49D. Grayscale: #3A3A3A. Windows color (decimal): -11916446 or 6433610. OLE color: 6433610.

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

Color convert

RGB 74 43 98 -
CMYK 0.24 0.56 0 0.62
HSL 273.82º 0.39% 0.28% -
HSV(B) 273.82º 0.56% 0.38% -
XYZ 5.89 4.07 12.03 -
YUV 58.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 74 43 98 0.24 0.56 0 0.62 273.82 0.39 0.28
Hex 4A 2B 62 18 38 0 3E 112 27 1C
Octal 112 53 142 30 70 0 76 422 47 34
Binary 1001010 101011 1100010 11000 111000 0 111110 100010010 100111 11100

Color Harmonies of #4A2B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2B62

Black with #4A2B62

Text Example


Text Example

White with #4A2B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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