#459E8A

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

Shades of Gossamer #459E8A

Tints of Gossamer #459E8A

Color information

#459E8A (or 0x459E8A) is unknown color: approx Gossamer. HEX triplet: 45, 9E and 8A. RGB value is (69,158,138). Sum of RGB (Red+Green+Blue) = 69+158+138=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #459E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459E8A is #BA6175. Grayscale: #818181. Windows color (decimal): -12214646 or 9084485. OLE color: 9084485.

HSL color Cylindrical-coordinate representation of color #459E8A: hue angle of 166.52º 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 #459E8A is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB69158138-
CMYK0.5600.130.38
HSL166.52º39.21%44.51%-
HSV(B)166.52º56.33%61.96%-
XYZ19.2727.5528.35-
YUV129.11133.0185.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.90%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=18.90%
G=43.29%
B=37.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691581380.5600.130.38166.5239.2144.51
Hex459E8A380D26a7272d
Octal10523621270015462474755
Binary100010110011110100010101110000110110011010100111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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