Html Css Color HEX #4D345B Scarlet Gum

📋 copy color: '#4D345B'

red 77 ◦ green 52 ◦ blue 91

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

Shades of Scarlet Gum #4D345B

Tints of Scarlet Gum #4D345B

RGB

 RED value IS 77 (30.47% from 255) = 35%

 GREEN value IS 52 (20.7% from 255) = 23.64%

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 35%
G = 23.64%
B = 41.36%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D345B (or 0x4D345B) is known color: Scarlet Gum. HEX triplet: 4D, 34 and 5B. RGB value is (77,52,91). Sum of RGB (Red+Green+Blue) = 77+52+91=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D345B is #B2CBA4. Grayscale: #3F3F3F. Windows color (decimal): -11717541 or 5977165. OLE color: 5977165.

HSL color Cylindrical-coordinate representation of color #4D345B: hue angle of 278.46º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D345B is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 52 91 -
CMYK 0.15 0.43 0 0.64
HSL 278.46º 0.27% 0.28% -
HSV(B) 278.46º 0.43% 0.36% -
XYZ 6.18 4.79 10.5 -
YUV 63.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 77 52 91 0.15 0.43 0 0.64 278.46 0.27 0.28
Hex 4D 34 5B F 2B 0 40 116 1B 1C
Octal 115 64 133 17 53 0 100 426 33 34
Binary 1001101 110100 1011011 1111 101011 0 1000000 100010110 11011 11100

Color Harmonies of #4D345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D345B

Black with #4D345B

Text Example


Text Example

White with #4D345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,91); }

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

background-color css

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

 a { background-color: rgb(77,52,91); }

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

border-color css

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

 span { border-color: rgb(77,52,91); }

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