#460358

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

Shades of Scarlet Gum #460358

Tints of Scarlet Gum #460358

Color information

#460358 (or 0x460358) is unknown color: approx Scarlet Gum. HEX triplet: 46, 03 and 58. RGB value is (70,3,88). Sum of RGB (Red+Green+Blue) = 70+3+88=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #460358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460358 is #B9FCA7. Grayscale: #202020. Windows color (decimal): -12188840 or 5768006. OLE color: 5768006.

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

Color convert

RGB70388-
CMYK0.200.9700.65
HSL287.29º93.41%17.84%-
HSV(B)287.29º96.59%34.51%-
XYZ4.322.079.4-
YUV32.72159.2154.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 88 (34.77% from 255) = 54.66%
R=43.48%
G=1.86%
B=54.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal703880.200.9700.65287.2993.4117.84
Hex46358146104111f5d12
Octal106313024141010143713522
Binary100011011101100010100110000101000001100011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460358; }

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

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

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

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

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

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

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

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