#463055

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

Shades of Scarlet Gum #463055

Tints of Scarlet Gum #463055

Color information

#463055 (or 0x463055) is unknown color: approx Scarlet Gum. HEX triplet: 46, 30 and 55. RGB value is (70,48,85). Sum of RGB (Red+Green+Blue) = 70+48+85=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #463055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463055 is #B9CFAA. Grayscale: #3A3A3A. Windows color (decimal): -12177323 or 5582918. OLE color: 5582918.

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

Color convert

RGB704885-
CMYK0.180.4400.67
HSL275.68º27.82%26.08%-
HSV(B)275.68º43.53%33.33%-
XYZ5.224.079.11-
YUV58.8142.79135.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=34.48%
G=23.65%
B=41.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7048850.180.4400.67275.6827.8226.08
Hex463055122C0431141c1a
Octal10660125225401034243432
Binary1000110110000101010110010101100010000111000101001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463055; }

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

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

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

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

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

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

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

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