Html Css Color HEX #4B2259 Scarlet Gum

📋 copy color: '#4B2259'

red 75 ◦ green 34 ◦ blue 89

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

Shades of Scarlet Gum #4B2259

Tints of Scarlet Gum #4B2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 89 (35.16% from 255) = 44.95%

R = 37.88%
G = 17.17%
B = 44.95%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B2259 (or 0x4B2259) is known color: Scarlet Gum. HEX triplet: 4B, 22 and 59. RGB value is (75,34,89). Sum of RGB (Red+Green+Blue) = 75+34+89=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B2259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2259 is #B4DDA6. Grayscale: #343434. Windows color (decimal): -11853223 or 5841483. OLE color: 5841483.

HSL color Cylindrical-coordinate representation of color #4B2259: hue angle of 284.73º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B2259 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 34 89 -
CMYK 0.16 0.62 0 0.65
HSL 284.73º 0.45% 0.24% -
HSV(B) 284.73º 0.62% 0.35% -
XYZ 5.28 3.36 9.82 -
YUV 52.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 75 34 89 0.16 0.62 0 0.65 284.73 0.45 0.24
Hex 4B 22 59 10 3E 0 41 11D 2D 18
Octal 113 42 131 20 76 0 101 435 55 30
Binary 1001011 100010 1011001 10000 111110 0 1000001 100011101 101101 11000

Color Harmonies of #4B2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2259

Black with #4B2259

Text Example


Text Example

White with #4B2259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,34,89); }

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

background-color css

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

 a { background-color: rgb(75,34,89); }

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

border-color css

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

 span { border-color: rgb(75,34,89); }

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