Html Css Color HEX #4B3259 Scarlet Gum

📋 copy color: '#4B3259'

red 75 ◦ green 50 ◦ blue 89

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

Shades of Scarlet Gum #4B3259

Tints of Scarlet Gum #4B3259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

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

R = 35.05%
G = 23.36%
B = 41.59%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B3259 (or 0x4B3259) is known color: Scarlet Gum. HEX triplet: 4B, 32 and 59. RGB value is (75,50,89). Sum of RGB (Red+Green+Blue) = 75+50+89=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B3259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3259 is #B4CDA6. Grayscale: #3D3D3D. Windows color (decimal): -11849127 or 5845579. OLE color: 5845579.

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

Color convert

RGB 75 50 89 -
CMYK 0.16 0.44 0 0.65
HSL 278.46º 0.28% 0.27% -
HSV(B) 278.46º 0.44% 0.35% -
XYZ 5.85 4.5 10.01 -
YUV 61.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 75 50 89 0.16 0.44 0 0.65 278.46 0.28 0.27
Hex 4B 32 59 10 2C 0 41 116 1C 1B
Octal 113 62 131 20 54 0 101 426 34 33
Binary 1001011 110010 1011001 10000 101100 0 1000001 100010110 11100 11011

Color Harmonies of #4B3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3259

Black with #4B3259

Text Example


Text Example

White with #4B3259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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