#462058

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

Shades of Scarlet Gum #462058

Tints of Scarlet Gum #462058

Color information

#462058 (or 0x462058) is unknown color: approx Scarlet Gum. HEX triplet: 46, 20 and 58. RGB value is (70,32,88). Sum of RGB (Red+Green+Blue) = 70+32+88=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #462058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462058 is #B9DFA7. Grayscale: #313131. Windows color (decimal): -12181416 or 5775430. OLE color: 5775430.

HSL color Cylindrical-coordinate representation of color #462058: hue angle of 280.71º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #462058 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB703288-
CMYK0.200.6400.65
HSL280.71º46.67%23.53%-
HSV(B)280.71º63.64%34.51%-
XYZ4.83.049.57-
YUV49.75149.59142.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=36.84%
G=16.84%
B=46.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7032880.200.6400.65280.7146.6723.53
Hex46205814400411192f18
Octal106401302410001014315730
Binary100011010000010110001010010000000100000110001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462058; }

 p { color: rgb(70,32,88); }

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

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

 a { background-color: rgb(70,32,88); }

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

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

 span { border-color: rgb(70,32,88); }

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