#46275C

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

Shades of Scarlet Gum #46275C

Tints of Scarlet Gum #46275C

Color information

#46275C (or 0x46275C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 27 and 5C. RGB value is (70,39,92). Sum of RGB (Red+Green+Blue) = 70+39+92=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #46275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46275C is #B9D8A3. Grayscale: #363636. Windows color (decimal): -12179620 or 6039366. OLE color: 6039366.

HSL color Cylindrical-coordinate representation of color #46275C: hue angle of 275.09º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46275C is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB703992-
CMYK0.240.5800.64
HSL275.09º40.46%25.69%-
HSV(B)275.09º57.61%36.08%-
XYZ5.183.5310.53-
YUV54.31149.27139.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=34.83%
G=19.40%
B=45.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7039920.240.5800.64275.0940.4625.69
Hex46275C183A040113281a
Octal10647134307201004235032
Binary10001101001111011100110001110100100000010001001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46275C; }

 p { color: rgb(70,39,92); }

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

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

 a { background-color: rgb(70,39,92); }

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

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

 span { border-color: rgb(70,39,92); }

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