Html Css Color HEX #4B385D Scarlet Gum

📋 copy color: '#4B385D'

red 75 ◦ green 56 ◦ blue 93

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

Shades of Scarlet Gum #4B385D

Tints of Scarlet Gum #4B385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 33.48%
G = 25%
B = 41.52%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B385D (or 0x4B385D) is known color: Scarlet Gum. HEX triplet: 4B, 38 and 5D. RGB value is (75,56,93). Sum of RGB (Red+Green+Blue) = 75+56+93=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B385D is #B4C7A2. Grayscale: #414141. Windows color (decimal): -11847587 or 6109259. OLE color: 6109259.

HSL color Cylindrical-coordinate representation of color #4B385D: hue angle of 270.81º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B385D is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 75 56 93 -
CMYK 0.19 0.40 0 0.64
HSL 270.81º 0.25% 0.29% -
HSV(B) 270.81º 0.4% 0.36% -
XYZ 6.29 5.11 11.01 -
YUV 65.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 75 56 93 0.19 0.40 0 0.64 270.81 0.25 0.29
Hex 4B 38 5D 13 28 0 40 10F 19 1D
Octal 113 70 135 23 50 0 100 417 31 35
Binary 1001011 111000 1011101 10011 101000 0 1000000 100001111 11001 11101

Color Harmonies of #4B385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B385D

Black with #4B385D

Text Example


Text Example

White with #4B385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,56,93); }

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

background-color css

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

 a { background-color: rgb(75,56,93); }

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

border-color css

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

 span { border-color: rgb(75,56,93); }

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