Html Css Color HEX #4C285E Scarlet Gum

📋 copy color: '#4C285E'

red 76 ◦ green 40 ◦ blue 94

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

Shades of Scarlet Gum #4C285E

Tints of Scarlet Gum #4C285E

RGB

 RED value IS 76 (30.08% from 255) = 36.19%

 GREEN value IS 40 (16.02% from 255) = 19.05%

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

R = 36.19%
G = 19.05%
B = 44.76%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C285E (or 0x4C285E) is known color: Scarlet Gum. HEX triplet: 4C, 28 and 5E. RGB value is (76,40,94). Sum of RGB (Red+Green+Blue) = 76+40+94=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C285E is #B3D7A1. Grayscale: #383838. Windows color (decimal): -11786146 or 6170700. OLE color: 6170700.

HSL color Cylindrical-coordinate representation of color #4C285E: hue angle of 280º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C285E is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 40 94 -
CMYK 0.19 0.57 0 0.63
HSL 280º 0.4% 0.26% -
HSV(B) 280º 0.57% 0.37% -
XYZ 5.76 3.86 11.03 -
YUV 56.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 76 40 94 0.19 0.57 0 0.63 280 0.4 0.26
Hex 4C 28 5E 13 39 0 3F 118 28 1A
Octal 114 50 136 23 71 0 77 430 50 32
Binary 1001100 101000 1011110 10011 111001 0 111111 100011000 101000 11010

Color Harmonies of #4C285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C285E

Black with #4C285E

Text Example


Text Example

White with #4C285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,94); }

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

background-color css

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

 a { background-color: rgb(76,40,94); }

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

border-color css

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

 span { border-color: rgb(76,40,94); }

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