#462655

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

Shades of Scarlet Gum #462655

Tints of Scarlet Gum #462655

Color information

#462655 (or 0x462655) is unknown color: approx Scarlet Gum. HEX triplet: 46, 26 and 55. RGB value is (70,38,85). Sum of RGB (Red+Green+Blue) = 70+38+85=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #462655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462655 is #B9D9AA. Grayscale: #343434. Windows color (decimal): -12179883 or 5580358. OLE color: 5580358.

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

Color convert

RGB703885-
CMYK0.180.5500.67
HSL280.85º38.21%24.12%-
HSV(B)280.85º55.29%33.33%-
XYZ4.863.348.98-
YUV52.93146.1140.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=36.27%
G=19.69%
B=44.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7038850.180.5500.67280.8538.2124.12
Hex46265512370431192618
Octal10646125226701034314630
Binary10001101001101010101100101101110100001110001100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462655; }

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

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

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

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

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

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

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

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