#452659

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

Shades of Scarlet Gum #452659

Tints of Scarlet Gum #452659

Color information

#452659 (or 0x452659) is unknown color: approx Scarlet Gum. HEX triplet: 45, 26 and 59. RGB value is (69,38,89). Sum of RGB (Red+Green+Blue) = 69+38+89=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #452659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452659 is #BAD9A6. Grayscale: #343434. Windows color (decimal): -12245415 or 5842501. OLE color: 5842501.

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

Color convert

RGB693889-
CMYK0.220.5700.65
HSL276.47º40.16%24.9%-
HSV(B)276.47º57.3%34.9%-
XYZ4.953.379.84-
YUV53.08148.27139.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.20%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=35.20%
G=19.39%
B=45.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6938890.220.5700.65276.4740.1624.9
Hex45265916390411142819
Octal10546131267101014245031
Binary10001011001101011001101101110010100000110001010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452659; }

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

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

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

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

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

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

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

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