#450456

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

Shades of Scarlet Gum #450456

Tints of Scarlet Gum #450456

Color information

#450456 (or 0x450456) is unknown color: approx Scarlet Gum. HEX triplet: 45, 04 and 56. RGB value is (69,4,86). Sum of RGB (Red+Green+Blue) = 69+4+86=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #450456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450456 is #BAFBA9. Grayscale: #202020. Windows color (decimal): -12254122 or 5637189. OLE color: 5637189.

HSL color Cylindrical-coordinate representation of color #450456: hue angle of 287.56º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450456 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB69486-
CMYK0.200.9500.66
HSL287.56º91.11%17.65%-
HSV(B)287.56º95.35%33.73%-
XYZ4.182.028.97-
YUV32.78158.03153.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=43.40%
G=2.52%
B=54.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal694860.200.9500.66287.5691.1117.65
Hex45456145F0421205b12
Octal105412624137010244013322
Binary1000101100101011010100101111101000010100100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450456; }

 p { color: rgb(69,4,86); }

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

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

 a { background-color: rgb(69,4,86); }

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

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

 span { border-color: rgb(69,4,86); }

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