#4B1861

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

Shades of Scarlet Gum #4B1861

Tints of Scarlet Gum #4B1861

Color information

#4B1861 (or 0x4B1861) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 18 and 61. RGB value is (75,24,97). Sum of RGB (Red+Green+Blue) = 75+24+97=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B1861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1861 is #B4E79E. Grayscale: #2F2F2F. Windows color (decimal): -11855775 or 6363211. OLE color: 6363211.

HSL color Cylindrical-coordinate representation of color #4B1861: hue angle of 281.92º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1861 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB752497-
CMYK0.230.7500.62
HSL281.92º60.33%23.73%-
HSV(B)281.92º75.26%38.04%-
XYZ5.393.0111.61-
YUV47.57155.9147.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.27%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=38.27%
G=12.24%
B=49.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7524970.230.7500.62281.9260.3323.73
Hex4B1861174B03E11a3c18
Octal11330141271130764327430
Binary1001011110001100001101111001011011111010001101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,24,97); }

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

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

 a { background-color: rgb(75,24,97); }

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

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

 span { border-color: rgb(75,24,97); }

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