#469E8F

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

Shades of Gossamer #469E8F

Tints of Gossamer #469E8F

Color information

#469E8F (or 0x469E8F) is unknown color: approx Gossamer. HEX triplet: 46, 9E and 8F. RGB value is (70,158,143). Sum of RGB (Red+Green+Blue) = 70+158+143=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #469E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E8F is #B96170. Grayscale: #818181. Windows color (decimal): -12149105 or 9412166. OLE color: 9412166.

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

Color convert

RGB70158143-
CMYK0.5600.090.38
HSL169.77º38.6%44.71%-
HSV(B)169.77º55.7%61.96%-
XYZ19.7127.7430.3-
YUV129.98135.3585.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.87%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=18.87%
G=42.59%
B=38.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701581430.5600.090.38169.7738.644.71
Hex469E8F380926aa272d
Octal10623621770011462524755
Binary100011010011110100011111110000100110011010101010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469E8F; }

 p { color: rgb(70,158,143); }

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

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

 a { background-color: rgb(70,158,143); }

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

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

 span { border-color: rgb(70,158,143); }

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