#4B2D63

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

Shades of Scarlet Gum #4B2D63

Tints of Scarlet Gum #4B2D63

Color information

#4B2D63 (or 0x4B2D63) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 2D and 63. RGB value is (75,45,99). Sum of RGB (Red+Green+Blue) = 75+45+99=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B2D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2D63 is #B4D29C. Grayscale: #3B3B3B. Windows color (decimal): -11850397 or 6499659. OLE color: 6499659.

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

Color convert

RGB754599-
CMYK0.240.5500.61
HSL273.33º37.5%28.24%-
HSV(B)273.33º54.55%38.82%-
XYZ6.094.2712.31-
YUV60.13149.94138.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.25%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=34.25%
G=20.55%
B=45.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7545990.240.5500.61273.3337.528.24
Hex4B2D63183703D111261c
Octal1135514330670754214634
Binary1001011101101110001111000110111011110110001000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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