Html Css Color HEX #4B3955 Scarlet Gum

📋 copy color: '#4B3955'

red 75 ◦ green 57 ◦ blue 85

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

Shades of Scarlet Gum #4B3955

Tints of Scarlet Gum #4B3955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.27%

 BLUE value IS 85 (33.59% from 255) = 39.17%

R = 34.56%
G = 26.27%
B = 39.17%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B3955 (or 0x4B3955) is known color: Scarlet Gum. HEX triplet: 4B, 39 and 55. RGB value is (75,57,85). Sum of RGB (Red+Green+Blue) = 75+57+85=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B3955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3955 is #B4C6AA. Grayscale: #414141. Windows color (decimal): -11847339 or 5585227. OLE color: 5585227.

HSL color Cylindrical-coordinate representation of color #4B3955: hue angle of 278.57º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B3955 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 57 85 -
CMYK 0.12 0.33 0 0.67
HSL 278.57º 0.2% 0.28% -
HSV(B) 278.57º 0.33% 0.33% -
XYZ 6 5.08 9.26 -
YUV 65.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 75 57 85 0.12 0.33 0 0.67 278.57 0.2 0.28
Hex 4B 39 55 C 21 0 43 117 14 1C
Octal 113 71 125 14 41 0 103 427 24 34
Binary 1001011 111001 1010101 1100 100001 0 1000011 100010111 10100 11100

Color Harmonies of #4B3955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3955

Black with #4B3955

Text Example


Text Example

White with #4B3955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,57,85); }

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

background-color css

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

 a { background-color: rgb(75,57,85); }

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

border-color css

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

 span { border-color: rgb(75,57,85); }

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