#450457

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

Shades of Scarlet Gum #450457

Tints of Scarlet Gum #450457

Color information

#450457 (or 0x450457) is unknown color: approx Scarlet Gum. HEX triplet: 45, 04 and 57. RGB value is (69,4,87). Sum of RGB (Red+Green+Blue) = 69+4+87=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #450457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450457 is #BAFBA8. Grayscale: #202020. Windows color (decimal): -12254121 or 5702725. OLE color: 5702725.

HSL color Cylindrical-coordinate representation of color #450457: hue angle of 286.99º 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 #450457 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB69487-
CMYK0.210.9500.66
HSL286.99º91.21%17.84%-
HSV(B)286.99º95.4%34.12%-
XYZ4.222.049.19-
YUV32.9158.53153.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 87 (34.38% from 255) = 54.38%
R=43.12%
G=2.5%
B=54.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal694870.210.9500.66286.9991.2117.84
Hex45457155F04211f5b12
Octal105412725137010243713322
Binary1000101100101011110101101111101000010100011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450457; }

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

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

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

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

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

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

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

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