Html Css Color HEX #4B335E Scarlet Gum

📋 copy color: '#4B335E'

red 75 ◦ green 51 ◦ blue 94

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

Shades of Scarlet Gum #4B335E

Tints of Scarlet Gum #4B335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 34.09%
G = 23.18%
B = 42.73%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4B335E (or 0x4B335E) is known color: Scarlet Gum. HEX triplet: 4B, 33 and 5E. RGB value is (75,51,94). Sum of RGB (Red+Green+Blue) = 75+51+94=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B335E is #B4CCA1. Grayscale: #3E3E3E. Windows color (decimal): -11848866 or 6173515. OLE color: 6173515.

HSL color Cylindrical-coordinate representation of color #4B335E: hue angle of 273.49º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B335E is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 75 51 94 -
CMYK 0.20 0.46 0 0.63
HSL 273.49º 0.3% 0.28% -
HSV(B) 273.49º 0.46% 0.37% -
XYZ 6.11 4.67 11.17 -
YUV 63.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 75 51 94 0.20 0.46 0 0.63 273.49 0.3 0.28
Hex 4B 33 5E 14 2E 0 3F 111 1E 1C
Octal 113 63 136 24 56 0 77 421 36 34
Binary 1001011 110011 1011110 10100 101110 0 111111 100010001 11110 11100

Color Harmonies of #4B335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B335E

Black with #4B335E

Text Example


Text Example

White with #4B335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,51,94); }

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

background-color css

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

 a { background-color: rgb(75,51,94); }

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

border-color css

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

 span { border-color: rgb(75,51,94); }

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