#452E59

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

Shades of Scarlet Gum #452E59

Tints of Scarlet Gum #452E59

Color information

#452E59 (or 0x452E59) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2E and 59. RGB value is (69,46,89). Sum of RGB (Red+Green+Blue) = 69+46+89=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #452E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E59 is #BAD1A6. Grayscale: #393939. Windows color (decimal): -12243367 or 5844549. OLE color: 5844549.

HSL color Cylindrical-coordinate representation of color #452E59: hue angle of 272.09º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #452E59 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB694689-
CMYK0.220.4800.65
HSL272.09º31.85%26.47%-
HSV(B)272.09º48.31%34.9%-
XYZ5.233.949.94-
YUV57.78145.62136-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.82%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=33.82%
G=22.55%
B=43.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6946890.220.4800.65272.0931.8526.47
Hex452E591630041110201a
Octal10556131266001014204032
Binary10001011011101011001101101100000100000110001000010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452E59; }

 p { color: rgb(69,46,89); }

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

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

 a { background-color: rgb(69,46,89); }

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

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

 span { border-color: rgb(69,46,89); }

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