#4B2763

Color #4B2763 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4B2763

Tints of Scarlet Gum #4B2763

Color information

#4B2763 (or 0x4B2763) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 27 and 63. RGB value is (75,39,99). Sum of RGB (Red+Green+Blue) = 75+39+99=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B2763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2763 is #B4D89C. Grayscale: #383838. Windows color (decimal): -11851933 or 6498123. OLE color: 6498123.

HSL color Cylindrical-coordinate representation of color #4B2763: hue angle of 276º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B2763 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB753999-
CMYK0.240.6100.61
HSL276º43.48%27.06%-
HSV(B)276º60.61%38.82%-
XYZ5.883.8512.24-
YUV56.6151.93141.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.21%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=35.21%
G=18.31%
B=46.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7539990.240.6100.6127643.4827.06
Hex4B2763183D03D1142b1b
Octal1134714330750754245333
Binary1001011100111110001111000111101011110110001010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,99); }

 H1.HeaderClassName
 {
   color: #4B2763;
 }
 .AnyTagClassName
 {
   color: #4B2763;
 }
</style>
background-color css

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

 a { background-color: rgb(75,39,99); }

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

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

 span { border-color: rgb(75,39,99); }

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