Html Css Color HEX #4A2062 Scarlet Gum

📋 copy color: '#4A2062'

red 74 ◦ green 32 ◦ blue 98

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

Shades of Scarlet Gum #4A2062

Tints of Scarlet Gum #4A2062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

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

R = 36.27%
G = 15.69%
B = 48.04%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A2062 (or 0x4A2062) is known color: Scarlet Gum. HEX triplet: 4A, 20 and 62. RGB value is (74,32,98). Sum of RGB (Red+Green+Blue) = 74+32+98=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2062 is #B5DF9D. Grayscale: #333333. Windows color (decimal): -11919262 or 6430794. OLE color: 6430794.

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

Color convert

RGB 74 32 98 -
CMYK 0.24 0.67 0 0.62
HSL 278.18º 0.51% 0.25% -
HSV(B) 278.18º 0.67% 0.38% -
XYZ 5.55 3.37 11.91 -
YUV 52.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 74 32 98 0.24 0.67 0 0.62 278.18 0.51 0.25
Hex 4A 20 62 18 43 0 3E 116 33 19
Octal 112 40 142 30 103 0 76 426 63 31
Binary 1001010 100000 1100010 11000 1000011 0 111110 100010110 110011 11001

Color Harmonies of #4A2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2062

Black with #4A2062

Text Example


Text Example

White with #4A2062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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