#459E84

Color #459E84 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #459E84

Tints of Gossamer #459E84

Color information

#459E84 (or 0x459E84) is unknown color: approx Gossamer. HEX triplet: 45, 9E and 84. RGB value is (69,158,132). Sum of RGB (Red+Green+Blue) = 69+158+132=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #459E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459E84 is #BA617B. Grayscale: #808080. Windows color (decimal): -12214652 or 8691269. OLE color: 8691269.

HSL color Cylindrical-coordinate representation of color #459E84: hue angle of 162.47º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459E84 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB69158132-
CMYK0.5600.160.38
HSL162.47º39.21%44.51%-
HSV(B)162.47º56.33%61.96%-
XYZ18.8527.3826.12-
YUV128.42130.0185.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=19.22%
G=44.01%
B=36.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691581320.5600.160.38162.4739.2144.51
Hex459E843801026a2272d
Octal10523620470020462424755
Binary1000101100111101000010011100001000010011010100010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459E84; }

 p { color: rgb(69,158,132); }

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

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

 a { background-color: rgb(69,158,132); }

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

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

 span { border-color: rgb(69,158,132); }

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