#4B3360

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

Shades of Scarlet Gum #4B3360

Tints of Scarlet Gum #4B3360

Color information

#4B3360 (or 0x4B3360) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 33 and 60. RGB value is (75,51,96). Sum of RGB (Red+Green+Blue) = 75+51+96=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B3360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3360 is #B4CC9F. Grayscale: #3F3F3F. Windows color (decimal): -11848864 or 6304587. OLE color: 6304587.

HSL color Cylindrical-coordinate representation of color #4B3360: hue angle of 272º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B3360 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB755196-
CMYK0.220.4700.62
HSL272º30.61%28.82%-
HSV(B)272º46.88%37.65%-
XYZ6.24.7111.65-
YUV63.31146.45136.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=33.78%
G=22.97%
B=43.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7551960.220.4700.6227230.6128.82
Hex4B3360162F03E1101f1d
Octal1136314026570764203735
Binary100101111001111000001011010111101111101000100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,51,96); }

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

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

 a { background-color: rgb(75,51,96); }

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

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

 span { border-color: rgb(75,51,96); }

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