#4B1465

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

Shades of Scarlet Gum #4B1465

Tints of Scarlet Gum #4B1465

Color information

#4B1465 (or 0x4B1465) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 14 and 65. RGB value is (75,20,101). Sum of RGB (Red+Green+Blue) = 75+20+101=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B1465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1465 is #B4EB9A. Grayscale: #2D2D2D. Windows color (decimal): -11856795 or 6624331. OLE color: 6624331.

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

Color convert

RGB7520101-
CMYK0.260.8000.60
HSL280.74º66.94%23.73%-
HSV(B)280.74º80.2%39.61%-
XYZ5.52.9412.59-
YUV45.68159.22148.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.27%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 101 (39.84% from 255) = 51.53%
R=38.27%
G=10.20%
B=51.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75201010.260.8000.60280.7466.9423.73
Hex4B14651A5003C1194318
Octal113241453212007443110330
Binary10010111010011001011101010100000111100100011001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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