#459D90

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

Shades of Gossamer #459D90

Tints of Gossamer #459D90

Color information

#459D90 (or 0x459D90) is unknown color: approx Gossamer. HEX triplet: 45, 9D and 90. RGB value is (69,157,144). Sum of RGB (Red+Green+Blue) = 69+157+144=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #459D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D90 is #BA626F. Grayscale: #818181. Windows color (decimal): -12214896 or 9477445. OLE color: 9477445.

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

Color convert

RGB69157144-
CMYK0.5600.080.38
HSL171.14º38.94%44.31%-
HSV(B)171.14º56.05%61.57%-
XYZ19.5527.3930.64-
YUV129.21136.3585.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=18.65%
G=42.43%
B=38.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691571440.5600.080.38171.1438.9444.31
Hex459D90380826ab272c
Octal10523522070010462534754
Binary100010110011101100100001110000100010011010101011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,157,144); }

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

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

 a { background-color: rgb(69,157,144); }

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

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

 span { border-color: rgb(69,157,144); }

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