#4B3453

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

Shades of Scarlet Gum #4B3453

Tints of Scarlet Gum #4B3453

Color information

#4B3453 (or 0x4B3453) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 34 and 53. RGB value is (75,52,83). Sum of RGB (Red+Green+Blue) = 75+52+83=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B3453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3453 is #B4CBAC. Grayscale: #3E3E3E. Windows color (decimal): -11848621 or 5452875. OLE color: 5452875.

HSL color Cylindrical-coordinate representation of color #4B3453: hue angle of 284.52º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B3453 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB755283-
CMYK0.100.3700.67
HSL284.52º22.96%26.47%-
HSV(B)284.52º37.35%32.55%-
XYZ5.694.588.77-
YUV62.41139.62136.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.71%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=35.71%
G=24.76%
B=39.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7552830.100.3700.67284.5222.9626.47
Hex4B3453A2504311d171a
Octal11364123124501034352732
Binary100101111010010100111010100101010000111000111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,83); }

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

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

 a { background-color: rgb(75,52,83); }

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

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

 span { border-color: rgb(75,52,83); }

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