Html Css Color HEX #4A2166 Scarlet Gum

📋 copy color: '#4A2166'

red 74 ◦ green 33 ◦ blue 102

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

Shades of Scarlet Gum #4A2166

Tints of Scarlet Gum #4A2166

RGB

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

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

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

R = 35.41%
G = 15.79%
B = 48.8%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4A2166 (or 0x4A2166) is known color: Scarlet Gum. HEX triplet: 4A, 21 and 66. RGB value is (74,33,102). Sum of RGB (Red+Green+Blue) = 74+33+102=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #4A2166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2166 is #B5DE99. Grayscale: #343434. Windows color (decimal): -11919002 or 6693194. OLE color: 6693194.

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

Color convert

RGB 74 33 102 -
CMYK 0.27 0.68 0 0.6
HSL 275.65º 0.51% 0.26% -
HSV(B) 275.65º 0.68% 0.4% -
XYZ 5.77 3.5 12.94 -
YUV 53.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 74 33 102 0.27 0.68 0 0.6 275.65 0.51 0.26
Hex 4A 21 66 1B 44 0 3C 114 33 1A
Octal 112 41 146 33 104 0 74 424 63 32
Binary 1001010 100001 1100110 11011 1000100 0 111100 100010100 110011 11010

Color Harmonies of #4A2166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2166

Black with #4A2166

Text Example


Text Example

White with #4A2166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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