#452458

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

Shades of Scarlet Gum #452458

Tints of Scarlet Gum #452458

Color information

#452458 (or 0x452458) is unknown color: approx Scarlet Gum. HEX triplet: 45, 24 and 58. RGB value is (69,36,88). Sum of RGB (Red+Green+Blue) = 69+36+88=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #452458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452458 is #BADBA7. Grayscale: #333333. Windows color (decimal): -12245928 or 5776453. OLE color: 5776453.

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

Color convert

RGB693688-
CMYK0.220.5900.65
HSL278.08º41.94%24.31%-
HSV(B)278.08º59.09%34.51%-
XYZ4.853.239.6-
YUV51.8148.43140.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=35.75%
G=18.65%
B=45.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6936880.220.5900.65278.0841.9424.31
Hex452458163B0411162a18
Octal10544130267301014265230
Binary10001011001001011000101101110110100000110001011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452458; }

 p { color: rgb(69,36,88); }

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

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

 a { background-color: rgb(69,36,88); }

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

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

 span { border-color: rgb(69,36,88); }

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