#473459

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

Shades of Scarlet Gum #473459

Tints of Scarlet Gum #473459

Color information

#473459 (or 0x473459) is unknown color: approx Scarlet Gum. HEX triplet: 47, 34 and 59. RGB value is (71,52,89). Sum of RGB (Red+Green+Blue) = 71+52+89=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #473459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473459 is #B8CBA6. Grayscale: #3D3D3D. Windows color (decimal): -12110759 or 5846087. OLE color: 5846087.

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

Color convert

RGB715289-
CMYK0.200.4200.65
HSL270.81º26.24%27.65%-
HSV(B)270.81º41.57%34.9%-
XYZ5.634.5210.03-
YUV61.9143.29134.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=33.49%
G=24.53%
B=41.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7152890.200.4200.65270.8126.2427.65
Hex473459142A04110f1a1c
Octal10764131245201014173234
Binary1000111110100101100110100101010010000011000011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473459; }

 p { color: rgb(71,52,89); }

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

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

 a { background-color: rgb(71,52,89); }

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

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

 span { border-color: rgb(71,52,89); }

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