Html Css Color HEX #4B115E Scarlet Gum

📋 copy color: '#4B115E'

red 75 ◦ green 17 ◦ blue 94

#4B115E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4B115E

Tints of Scarlet Gum #4B115E

RGB

 RED value IS 75 (29.69% from 255) = 40.32%

 GREEN value IS 17 (7.03% from 255) = 9.14%

 BLUE value IS 94 (37.11% from 255) = 50.54%

R = 40.32%
G = 9.14%
B = 50.54%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4B115E (or 0x4B115E) is known color: Scarlet Gum. HEX triplet: 4B, 11 and 5E. RGB value is (75,17,94). Sum of RGB (Red+Green+Blue) = 75+17+94=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B115E is #B4EEA1. Grayscale: #2A2A2A. Windows color (decimal): -11857570 or 6164811. OLE color: 6164811.

HSL color Cylindrical-coordinate representation of color #4B115E: hue angle of 285.19º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B115E is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 75 17 94 -
CMYK 0.20 0.82 0 0.63
HSL 285.19º 0.69% 0.22% -
HSV(B) 285.19º 0.82% 0.37% -
XYZ 5.12 2.7 10.84 -
YUV 43.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 75 17 94 0.20 0.82 0 0.63 285.19 0.69 0.22
Hex 4B 11 5E 14 52 0 3F 11D 45 16
Octal 113 21 136 24 122 0 77 435 105 26
Binary 1001011 10001 1011110 10100 1010010 0 111111 100011101 1000101 10110

Color Harmonies of #4B115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B115E

Black with #4B115E

Text Example


Text Example

White with #4B115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,17,94); }

 H1.HeaderClassName
 {
   color: #4B115E;
 }
 .AnyTagClassName
 {
   color: #4B115E;
 }
</style>

background-color css

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

 a { background-color: rgb(75,17,94); }

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

border-color css

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

 span { border-color: rgb(75,17,94); }

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