Html Css Color HEX #4A2266 Scarlet Gum

📋 copy color: '#4A2266'

red 74 ◦ green 34 ◦ blue 102

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

Shades of Scarlet Gum #4A2266

Tints of Scarlet Gum #4A2266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

 BLUE value IS 102 (40.23% from 255) = 48.57%

R = 35.24%
G = 16.19%
B = 48.57%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4A2266 (or 0x4A2266) is known color: Scarlet Gum. HEX triplet: 4A, 22 and 66. RGB value is (74,34,102). Sum of RGB (Red+Green+Blue) = 74+34+102=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #4A2266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2266 is #B5DD99. Grayscale: #353535. Windows color (decimal): -11918746 or 6693450. OLE color: 6693450.

HSL color Cylindrical-coordinate representation of color #4A2266: hue angle of 275.29º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A2266 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 74 34 102 -
CMYK 0.27 0.67 0 0.6
HSL 275.29º 0.5% 0.27% -
HSV(B) 275.29º 0.67% 0.4% -
XYZ 5.79 3.56 12.95 -
YUV 53.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 74 34 102 0.27 0.67 0 0.6 275.29 0.5 0.27
Hex 4A 22 66 1B 43 0 3C 113 32 1B
Octal 112 42 146 33 103 0 74 423 62 33
Binary 1001010 100010 1100110 11011 1000011 0 111100 100010011 110010 11011

Color Harmonies of #4A2266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2266

Black with #4A2266

Text Example


Text Example

White with #4A2266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,34,102); }

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

background-color css

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

 a { background-color: rgb(74,34,102); }

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

border-color css

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

 span { border-color: rgb(74,34,102); }

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