#45304D

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

Shades of Scarlet Gum #45304D

Tints of Scarlet Gum #45304D

Color information

#45304D (or 0x45304D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 30 and 4D. RGB value is (69,48,77). Sum of RGB (Red+Green+Blue) = 69+48+77=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #45304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45304D is #BACFB2. Grayscale: #393939. Windows color (decimal): -12242867 or 5058629. OLE color: 5058629.

HSL color Cylindrical-coordinate representation of color #45304D: hue angle of 283.45º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45304D is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB694877-
CMYK0.100.3800.70
HSL283.45º23.2%24.51%-
HSV(B)283.45º37.66%30.2%-
XYZ4.853.917.52-
YUV57.58138.96136.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=35.57%
G=24.74%
B=39.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6948770.100.3800.70283.4523.224.51
Hex45304DA2604611b1719
Octal10560115124601064332731
Binary100010111000010011011010100110010001101000110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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