#4B2067

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

Shades of Scarlet Gum #4B2067

Tints of Scarlet Gum #4B2067

Color information

#4B2067 (or 0x4B2067) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 20 and 67. RGB value is (75,32,103). Sum of RGB (Red+Green+Blue) = 75+32+103=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B2067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2067 is #B4DF98. Grayscale: #343434. Windows color (decimal): -11853721 or 6758475. OLE color: 6758475.

HSL color Cylindrical-coordinate representation of color #4B2067: hue angle of 276.34º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B2067 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7532103-
CMYK0.270.6900.60
HSL276.34º52.59%26.47%-
HSV(B)276.34º68.93%40.39%-
XYZ5.873.5113.2-
YUV52.95156.25143.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.71%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=35.71%
G=15.24%
B=49.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75321030.270.6900.60276.3452.5926.47
Hex4B20671B4503C114351a
Octal11340147331050744246532
Binary10010111000001100111110111000101011110010001010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,103); }

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

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

 a { background-color: rgb(75,32,103); }

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

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

 span { border-color: rgb(75,32,103); }

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