#4B2F5A

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

Shades of Scarlet Gum #4B2F5A

Tints of Scarlet Gum #4B2F5A

Color information

#4B2F5A (or 0x4B2F5A) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 2F and 5A. RGB value is (75,47,90). Sum of RGB (Red+Green+Blue) = 75+47+90=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B2F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2F5A is #B4D0A5. Grayscale: #3C3C3C. Windows color (decimal): -11849894 or 5910347. OLE color: 5910347.

HSL color Cylindrical-coordinate representation of color #4B2F5A: hue angle of 279.07º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B2F5A is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB754790-
CMYK0.170.4800.65
HSL279.07º31.39%26.86%-
HSV(B)279.07º47.78%35.29%-
XYZ5.764.2710.19-
YUV60.27144.78138.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.38%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=35.38%
G=22.17%
B=42.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7547900.170.4800.65279.0731.3926.86
Hex4B2F5A11300411171f1b
Octal11357132216001014273733
Binary1001011101111101101010001110000010000011000101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,47,90); }

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

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

 a { background-color: rgb(75,47,90); }

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

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

 span { border-color: rgb(75,47,90); }

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