#461A62

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

Shades of Scarlet Gum #461A62

Tints of Scarlet Gum #461A62

Color information

#461A62 (or 0x461A62) is unknown color: approx Scarlet Gum. HEX triplet: 46, 1A and 62. RGB value is (70,26,98). Sum of RGB (Red+Green+Blue) = 70+26+98=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #461A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A62 is #B9E59D. Grayscale: #2F2F2F. Windows color (decimal): -12182942 or 6429254. OLE color: 6429254.

HSL color Cylindrical-coordinate representation of color #461A62: hue angle of 276.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461A62 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB702698-
CMYK0.290.7300.62
HSL276.67º58.06%24.31%-
HSV(B)276.67º73.47%38.43%-
XYZ5.12.9211.85-
YUV47.36156.58144.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=36.08%
G=13.40%
B=50.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7026980.290.7300.62276.6758.0624.31
Hex461A621D4903E1153a18
Octal10632142351110764257230
Binary1000110110101100010111011001001011111010001010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461A62; }

 p { color: rgb(70,26,98); }

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

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

 a { background-color: rgb(70,26,98); }

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

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

 span { border-color: rgb(70,26,98); }

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