Html Css Color HEX #4B3C59 Scarlet Gum

📋 copy color: '#4B3C59'

red 75 ◦ green 60 ◦ blue 89

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

Shades of Scarlet Gum #4B3C59

Tints of Scarlet Gum #4B3C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.79%

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

R = 33.48%
G = 26.79%
B = 39.73%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B3C59 (or 0x4B3C59) is known color: Scarlet Gum. HEX triplet: 4B, 3C and 59. RGB value is (75,60,89). Sum of RGB (Red+Green+Blue) = 75+60+89=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B3C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3C59 is #B4C3A6. Grayscale: #434343. Windows color (decimal): -11846567 or 5848139. OLE color: 5848139.

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

Color convert

RGB 75 60 89 -
CMYK 0.16 0.33 0 0.65
HSL 271.03º 0.19% 0.29% -
HSV(B) 271.03º 0.33% 0.35% -
XYZ 6.32 5.45 10.17 -
YUV 67.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 75 60 89 0.16 0.33 0 0.65 271.03 0.19 0.29
Hex 4B 3C 59 10 21 0 41 10F 13 1D
Octal 113 74 131 20 41 0 101 417 23 35
Binary 1001011 111100 1011001 10000 100001 0 1000001 100001111 10011 11101

Color Harmonies of #4B3C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3C59

Black with #4B3C59

Text Example


Text Example

White with #4B3C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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