#4A4051

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

Shades of Scarlet Gum #4A4051

Tints of Scarlet Gum #4A4051

Color information

#4A4051 (or 0x4A4051) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 40 and 51. RGB value is (74,64,81). Sum of RGB (Red+Green+Blue) = 74+64+81=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A4051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4051 is #B5BFAE. Grayscale: #444444. Windows color (decimal): -11911087 or 5324874. OLE color: 5324874.

HSL color Cylindrical-coordinate representation of color #4A4051: hue angle of 275.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4A4051 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB746481-
CMYK0.090.2100.68
HSL275.29º11.72%28.43%-
HSV(B)275.29º20.99%31.76%-
XYZ6.145.728.56-
YUV68.93134.81131.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.79%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=33.79%
G=29.22%
B=36.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7464810.090.2100.68275.2911.7228.43
Hex4A4051915044113c1c
Octal112100121112501044231434
Binary10010101000000101000110011010101000100100010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,64,81); }

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

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

 a { background-color: rgb(74,64,81); }

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

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

 span { border-color: rgb(74,64,81); }

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