#4B1758

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

Shades of Scarlet Gum #4B1758

Tints of Scarlet Gum #4B1758

Color information

#4B1758 (or 0x4B1758) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 17 and 58. RGB value is (75,23,88). Sum of RGB (Red+Green+Blue) = 75+23+88=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B1758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1758 is #B4E8A7. Grayscale: #2D2D2D. Windows color (decimal): -11856040 or 5773131. OLE color: 5773131.

HSL color Cylindrical-coordinate representation of color #4B1758: hue angle of 288º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B1758 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB752388-
CMYK0.150.7400.65
HSL288º58.56%21.76%-
HSV(B)288º73.86%34.51%-
XYZ4.972.819.51-
YUV45.96151.73148.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.32%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=40.32%
G=12.37%
B=47.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7523880.150.7400.6528858.5621.76
Hex4B1758F4A0411203b16
Octal113271301711201014407326
Binary1001011101111011000111110010100100000110010000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,23,88); }

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

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

 a { background-color: rgb(75,23,88); }

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

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

 span { border-color: rgb(75,23,88); }

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