#4B1765

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

Shades of Scarlet Gum #4B1765

Tints of Scarlet Gum #4B1765

Color information

#4B1765 (or 0x4B1765) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 17 and 65. RGB value is (75,23,101). Sum of RGB (Red+Green+Blue) = 75+23+101=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B1765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1765 is #B4E89A. Grayscale: #2F2F2F. Windows color (decimal): -11856027 or 6625099. OLE color: 6625099.

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

Color convert

RGB7523101-
CMYK0.260.7700.60
HSL280º62.9%24.31%-
HSV(B)280º77.23%39.61%-
XYZ5.563.0512.61-
YUV47.44158.23147.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.69%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=37.69%
G=11.56%
B=50.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75231010.260.7700.6028062.924.31
Hex4B17651A4D03C1183f18
Octal11327145321150744307730
Binary1001011101111100101110101001101011110010001100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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