#45304F

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

Shades of Scarlet Gum #45304F

Tints of Scarlet Gum #45304F

Color information

#45304F (or 0x45304F) is unknown color: approx Scarlet Gum. HEX triplet: 45, 30 and 4F. RGB value is (69,48,79). Sum of RGB (Red+Green+Blue) = 69+48+79=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #45304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45304F is #BACFB0. Grayscale: #393939. Windows color (decimal): -12242865 or 5189701. OLE color: 5189701.

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

Color convert

RGB694879-
CMYK0.130.3900.69
HSL280.65º24.41%24.9%-
HSV(B)280.65º39.24%30.98%-
XYZ4.923.947.9-
YUV57.81139.96135.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.20%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=35.20%
G=24.49%
B=40.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6948790.130.3900.69280.6524.4124.9
Hex45304FD270451191819
Octal10560117154701054313031
Binary100010111000010011111101100111010001011000110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45304F; }

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

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

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

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

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

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

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

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