Html Css Color HEX #4B295A Scarlet Gum

📋 copy color: '#4B295A'

red 75 ◦ green 41 ◦ blue 90

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

Shades of Scarlet Gum #4B295A

Tints of Scarlet Gum #4B295A

RGB

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

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

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

R = 36.41%
G = 19.9%
B = 43.69%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B295A (or 0x4B295A) is known color: Scarlet Gum. HEX triplet: 4B, 29 and 5A. RGB value is (75,41,90). Sum of RGB (Red+Green+Blue) = 75+41+90=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B295A is #B4D6A5. Grayscale: #383838. Windows color (decimal): -11851430 or 5908811. OLE color: 5908811.

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

Color convert

RGB 75 41 90 -
CMYK 0.17 0.54 0 0.65
HSL 281.63º 0.37% 0.26% -
HSV(B) 281.63º 0.54% 0.35% -
XYZ 5.54 3.82 10.12 -
YUV 56.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 75 41 90 0.17 0.54 0 0.65 281.63 0.37 0.26
Hex 4B 29 5A 11 36 0 41 11A 25 1A
Octal 113 51 132 21 66 0 101 432 45 32
Binary 1001011 101001 1011010 10001 110110 0 1000001 100011010 100101 11010

Color Harmonies of #4B295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B295A

Black with #4B295A

Text Example


Text Example

White with #4B295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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