Html Css Color HEX #4B2957 Scarlet Gum

📋 copy color: '#4B2957'

red 75 ◦ green 41 ◦ blue 87

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

Shades of Scarlet Gum #4B2957

Tints of Scarlet Gum #4B2957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 87 (34.38% from 255) = 42.86%

R = 36.95%
G = 20.2%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4B2957 (or 0x4B2957) is known color: Scarlet Gum. HEX triplet: 4B, 29 and 57. RGB value is (75,41,87). Sum of RGB (Red+Green+Blue) = 75+41+87=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B2957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2957 is #B4D6A8. Grayscale: #383838. Windows color (decimal): -11851433 or 5712203. OLE color: 5712203.

HSL color Cylindrical-coordinate representation of color #4B2957: hue angle of 284.35º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B2957 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 75 41 87 -
CMYK 0.14 0.53 0 0.66
HSL 284.35º 0.36% 0.25% -
HSV(B) 284.35º 0.53% 0.34% -
XYZ 5.41 3.77 9.46 -
YUV 56.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 75 41 87 0.14 0.53 0 0.66 284.35 0.36 0.25
Hex 4B 29 57 E 35 0 42 11C 24 19
Octal 113 51 127 16 65 0 102 434 44 31
Binary 1001011 101001 1010111 1110 110101 0 1000010 100011100 100100 11001

Color Harmonies of #4B2957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2957

Black with #4B2957

Text Example


Text Example

White with #4B2957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,41,87); }

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

background-color css

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

 a { background-color: rgb(75,41,87); }

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

border-color css

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

 span { border-color: rgb(75,41,87); }

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