#452A60

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

Shades of Scarlet Gum #452A60

Tints of Scarlet Gum #452A60

Color information

#452A60 (or 0x452A60) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2A and 60. RGB value is (69,42,96). Sum of RGB (Red+Green+Blue) = 69+42+96=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #452A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A60 is #BAD59F. Grayscale: #383838. Windows color (decimal): -12244384 or 6302277. OLE color: 6302277.

HSL color Cylindrical-coordinate representation of color #452A60: hue angle of 270º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #452A60 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB694296-
CMYK0.280.5600.62
HSL270º39.13%27.06%-
HSV(B)270º56.25%37.65%-
XYZ5.393.7711.51-
YUV56.23150.45137.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.33%
GREEN value IS 42 (16.80% from 255) = 20.29%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=33.33%
G=20.29%
B=46.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6942960.280.5600.6227039.1327.06
Hex452A601C3803E10e271b
Octal1055214034700764164733
Binary1000101101010110000011100111000011111010000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,42,96); }

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

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

 a { background-color: rgb(69,42,96); }

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

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

 span { border-color: rgb(69,42,96); }

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