#463053

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

Shades of Scarlet Gum #463053

Tints of Scarlet Gum #463053

Color information

#463053 (or 0x463053) is unknown color: approx Scarlet Gum. HEX triplet: 46, 30 and 53. RGB value is (70,48,83). Sum of RGB (Red+Green+Blue) = 70+48+83=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #463053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463053 is #B9CFAC. Grayscale: #3A3A3A. Windows color (decimal): -12177325 or 5451846. OLE color: 5451846.

HSL color Cylindrical-coordinate representation of color #463053: hue angle of 277.71º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #463053 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB704883-
CMYK0.160.4200.67
HSL277.71º26.72%25.69%-
HSV(B)277.71º42.17%32.55%-
XYZ5.144.048.69-
YUV58.57141.79136.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=34.83%
G=23.88%
B=41.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7048830.160.4200.67277.7126.7225.69
Hex463053102A0431161b1a
Octal10660123205201034263332
Binary1000110110000101001110000101010010000111000101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463053; }

 p { color: rgb(70,48,83); }

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

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

 a { background-color: rgb(70,48,83); }

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

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

 span { border-color: rgb(70,48,83); }

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