#452B5D

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

Shades of Scarlet Gum #452B5D

Tints of Scarlet Gum #452B5D

Color information

#452B5D (or 0x452B5D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2B and 5D. RGB value is (69,43,93). Sum of RGB (Red+Green+Blue) = 69+43+93=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #452B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B5D is #BAD4A2. Grayscale: #383838. Windows color (decimal): -12244131 or 6105925. OLE color: 6105925.

HSL color Cylindrical-coordinate representation of color #452B5D: hue angle of 271.2º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #452B5D is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB694393-
CMYK0.260.5400.64
HSL271.2º36.76%26.67%-
HSV(B)271.2º53.76%36.47%-
XYZ5.293.7810.81-
YUV56.47148.61136.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.66%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=33.66%
G=20.98%
B=45.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6943930.260.5400.64271.236.7626.67
Hex452B5D1A3604010f251b
Octal10553135326601004174533
Binary10001011010111011101110101101100100000010000111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,43,93); }

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

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

 a { background-color: rgb(69,43,93); }

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

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

 span { border-color: rgb(69,43,93); }

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