#4B105A

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

Shades of Scarlet Gum #4B105A

Tints of Scarlet Gum #4B105A

Color information

#4B105A (or 0x4B105A) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 10 and 5A. RGB value is (75,16,90). Sum of RGB (Red+Green+Blue) = 75+16+90=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B105A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B105A is #B4EFA5. Grayscale: #292929. Windows color (decimal): -11857830 or 5902411. OLE color: 5902411.

HSL color Cylindrical-coordinate representation of color #4B105A: hue angle of 287.84º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B105A is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB751690-
CMYK0.170.8200.65
HSL287.84º69.81%20.78%-
HSV(B)287.84º82.22%35.29%-
XYZ4.932.69.92-
YUV42.08155.05151.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.44%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=41.44%
G=8.84%
B=49.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7516900.170.8200.65287.8469.8120.78
Hex4B105A11520411204615
Octal1132013221122010144010625
Binary100101110000101101010001101001001000001100100000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,16,90); }

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

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

 a { background-color: rgb(75,16,90); }

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

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

 span { border-color: rgb(75,16,90); }

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