#4C3461

Color #4C3461 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4C3461

Tints of Scarlet Gum #4C3461

Color information

#4C3461 (or 0x4C3461) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 34 and 61. RGB value is (76,52,97). Sum of RGB (Red+Green+Blue) = 76+52+97=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C3461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3461 is #B3CB9E. Grayscale: #404040. Windows color (decimal): -11783071 or 6370380. OLE color: 6370380.

HSL color Cylindrical-coordinate representation of color #4C3461: hue angle of 272º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C3461 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB765297-
CMYK0.220.4600.62
HSL272º30.2%29.22%-
HSV(B)272º46.39%38.04%-
XYZ6.374.8611.91-
YUV64.31146.45136.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=33.78%
G=23.11%
B=43.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7652970.220.4600.6227230.229.22
Hex4C3461162E03E1101e1d
Octal1146414126560764203635
Binary100110011010011000011011010111001111101000100001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,52,97); }

 H1.HeaderClassName
 {
   color: #4C3461;
 }
 .AnyTagClassName
 {
   color: #4C3461;
 }
</style>
background-color css

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

 a { background-color: rgb(76,52,97); }

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

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

 span { border-color: rgb(76,52,97); }

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