#4B2C63

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

Shades of Scarlet Gum #4B2C63

Tints of Scarlet Gum #4B2C63

Color information

#4B2C63 (or 0x4B2C63) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 2C and 63. RGB value is (75,44,99). Sum of RGB (Red+Green+Blue) = 75+44+99=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B2C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2C63 is #B4D39C. Grayscale: #3B3B3B. Windows color (decimal): -11850653 or 6499403. OLE color: 6499403.

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

Color convert

RGB754499-
CMYK0.240.5600.61
HSL273.82º38.46%28.04%-
HSV(B)273.82º55.56%38.82%-
XYZ6.054.212.3-
YUV59.54150.27139.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 44 (17.58% from 255) = 20.18%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=34.40%
G=20.18%
B=45.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7544990.240.5600.61273.8238.4628.04
Hex4B2C63183803D112261c
Octal1135414330700754224634
Binary1001011101100110001111000111000011110110001001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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