#452E4F

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

Shades of Scarlet Gum #452E4F

Tints of Scarlet Gum #452E4F

Color information

#452E4F (or 0x452E4F) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2E and 4F. RGB value is (69,46,79). Sum of RGB (Red+Green+Blue) = 69+46+79=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #452E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E4F is #BAD1B0. Grayscale: #383838. Windows color (decimal): -12243377 or 5189189. OLE color: 5189189.

HSL color Cylindrical-coordinate representation of color #452E4F: hue angle of 281.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #452E4F is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB694679-
CMYK0.130.4200.69
HSL281.82º26.4%24.51%-
HSV(B)281.82º41.77%30.98%-
XYZ4.843.787.87-
YUV56.64140.62136.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=35.57%
G=23.71%
B=40.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6946790.130.4200.69281.8226.424.51
Hex452E4FD2A04511a1a19
Octal10556117155201054323231
Binary100010110111010011111101101010010001011000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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