#452F4E

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

Shades of Scarlet Gum #452F4E

Tints of Scarlet Gum #452F4E

Color information

#452F4E (or 0x452F4E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2F and 4E. RGB value is (69,47,78). Sum of RGB (Red+Green+Blue) = 69+47+78=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #452F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452F4E is #BAD0B1. Grayscale: #393939. Windows color (decimal): -12243122 or 5123909. OLE color: 5123909.

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

Color convert

RGB694778-
CMYK0.120.4000.69
HSL282.58º24.8%24.51%-
HSV(B)282.58º39.74%30.59%-
XYZ4.853.857.7-
YUV57.11139.79136.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=35.57%
G=24.23%
B=40.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6947780.120.4000.69282.5824.824.51
Hex452F4EC2804511b1919
Octal10557116145001054333131
Binary100010110111110011101100101000010001011000110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,47,78); }

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

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

 a { background-color: rgb(69,47,78); }

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

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

 span { border-color: rgb(69,47,78); }

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