Html Css Color HEX #4B375A Scarlet Gum

📋 copy color: '#4B375A'

red 75 ◦ green 55 ◦ blue 90

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

Shades of Scarlet Gum #4B375A

Tints of Scarlet Gum #4B375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 90 (35.55% from 255) = 40.91%

R = 34.09%
G = 25%
B = 40.91%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B375A (or 0x4B375A) is known color: Scarlet Gum. HEX triplet: 4B, 37 and 5A. RGB value is (75,55,90). Sum of RGB (Red+Green+Blue) = 75+55+90=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B375A is #B4C8A5. Grayscale: #404040. Windows color (decimal): -11847846 or 5912395. OLE color: 5912395.

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

Color convert

RGB 75 55 90 -
CMYK 0.17 0.39 0 0.65
HSL 274.29º 0.24% 0.28% -
HSV(B) 274.29º 0.39% 0.35% -
XYZ 6.11 4.97 10.31 -
YUV 64.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 75 55 90 0.17 0.39 0 0.65 274.29 0.24 0.28
Hex 4B 37 5A 11 27 0 41 112 18 1C
Octal 113 67 132 21 47 0 101 422 30 34
Binary 1001011 110111 1011010 10001 100111 0 1000001 100010010 11000 11100

Color Harmonies of #4B375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B375A

Black with #4B375A

Text Example


Text Example

White with #4B375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,55,90); }

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

background-color css

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

 a { background-color: rgb(75,55,90); }

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

border-color css

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

 span { border-color: rgb(75,55,90); }

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