Html Css Color HEX #4B2164 Scarlet Gum

📋 copy color: '#4B2164'

red 75 ◦ green 33 ◦ blue 100

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

Shades of Scarlet Gum #4B2164

Tints of Scarlet Gum #4B2164

RGB

 RED value IS 75 (29.69% from 255) = 36.06%

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

 BLUE value IS 100 (39.45% from 255) = 48.08%

R = 36.06%
G = 15.87%
B = 48.08%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4B2164 (or 0x4B2164) is known color: Scarlet Gum. HEX triplet: 4B, 21 and 64. RGB value is (75,33,100). Sum of RGB (Red+Green+Blue) = 75+33+100=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B2164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2164 is #B4DE9B. Grayscale: #343434. Windows color (decimal): -11853468 or 6562123. OLE color: 6562123.

HSL color Cylindrical-coordinate representation of color #4B2164: hue angle of 277.61º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2164 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 33 100 -
CMYK 0.25 0.67 0 0.61
HSL 277.61º 0.5% 0.26% -
HSV(B) 277.61º 0.67% 0.39% -
XYZ 5.75 3.5 12.43 -
YUV 53.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 75 33 100 0.25 0.67 0 0.61 277.61 0.5 0.26
Hex 4B 21 64 19 43 0 3D 116 32 1A
Octal 113 41 144 31 103 0 75 426 62 32
Binary 1001011 100001 1100100 11001 1000011 0 111101 100010110 110010 11010

Color Harmonies of #4B2164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2164

Black with #4B2164

Text Example


Text Example

White with #4B2164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,33,100); }

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

background-color css

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

 a { background-color: rgb(75,33,100); }

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

border-color css

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

 span { border-color: rgb(75,33,100); }

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