Html Css Color HEX #4B1E66 Scarlet Gum

📋 copy color: '#4B1E66'

red 75 ◦ green 30 ◦ blue 102

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

Shades of Scarlet Gum #4B1E66

Tints of Scarlet Gum #4B1E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.49%

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

R = 36.23%
G = 14.49%
B = 49.28%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4B1E66 (or 0x4B1E66) is known color: Scarlet Gum. HEX triplet: 4B, 1E and 66. RGB value is (75,30,102). Sum of RGB (Red+Green+Blue) = 75+30+102=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B1E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1E66 is #B4E199. Grayscale: #333333. Windows color (decimal): -11854234 or 6692427. OLE color: 6692427.

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

Color convert

RGB 75 30 102 -
CMYK 0.26 0.71 0 0.6
HSL 277.5º 0.55% 0.26% -
HSV(B) 277.5º 0.71% 0.4% -
XYZ 5.76 3.38 12.92 -
YUV 51.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 75 30 102 0.26 0.71 0 0.6 277.5 0.55 0.26
Hex 4B 1E 66 1A 47 0 3C 116 37 1A
Octal 113 36 146 32 107 0 74 426 67 32
Binary 1001011 11110 1100110 11010 1000111 0 111100 100010110 110111 11010

Color Harmonies of #4B1E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1E66

Black with #4B1E66

Text Example


Text Example

White with #4B1E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,30,102); }

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

background-color css

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

 a { background-color: rgb(75,30,102); }

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

border-color css

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

 span { border-color: rgb(75,30,102); }

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