Html Css Color HEX #4B355B Scarlet Gum

📋 copy color: '#4B355B'

red 75 ◦ green 53 ◦ blue 91

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

Shades of Scarlet Gum #4B355B

Tints of Scarlet Gum #4B355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

 BLUE value IS 91 (35.94% from 255) = 41.55%

R = 34.25%
G = 24.2%
B = 41.55%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B355B (or 0x4B355B) is known color: Scarlet Gum. HEX triplet: 4B, 35 and 5B. RGB value is (75,53,91). Sum of RGB (Red+Green+Blue) = 75+53+91=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B355B is #B4CAA4. Grayscale: #3F3F3F. Windows color (decimal): -11848357 or 5977419. OLE color: 5977419.

HSL color Cylindrical-coordinate representation of color #4B355B: hue angle of 274.74º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B355B is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 75 53 91 -
CMYK 0.18 0.42 0 0.64
HSL 274.74º 0.26% 0.28% -
HSV(B) 274.74º 0.42% 0.36% -
XYZ 6.06 4.8 10.5 -
YUV 63.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 75 53 91 0.18 0.42 0 0.64 274.74 0.26 0.28
Hex 4B 35 5B 12 2A 0 40 113 1A 1C
Octal 113 65 133 22 52 0 100 423 32 34
Binary 1001011 110101 1011011 10010 101010 0 1000000 100010011 11010 11100

Color Harmonies of #4B355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B355B

Black with #4B355B

Text Example


Text Example

White with #4B355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,53,91); }

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

background-color css

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

 a { background-color: rgb(75,53,91); }

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

border-color css

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

 span { border-color: rgb(75,53,91); }

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