#469B83

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

Shades of Gossamer #469B83

Tints of Gossamer #469B83

Color information

#469B83 (or 0x469B83) is unknown color: approx Gossamer. HEX triplet: 46, 9B and 83. RGB value is (70,155,131). Sum of RGB (Red+Green+Blue) = 70+155+131=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #469B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B83 is #B9647C. Grayscale: #7E7E7E. Windows color (decimal): -12149885 or 8624966. OLE color: 8624966.

HSL color Cylindrical-coordinate representation of color #469B83: hue angle of 163.06º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B83 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB70155131-
CMYK0.5500.150.39
HSL163.06º37.78%44.12%-
HSV(B)163.06º54.84%60.78%-
XYZ18.3426.3825.6-
YUV126.85130.3487.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=19.66%
G=43.54%
B=36.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701551310.5500.150.39163.0637.7844.12
Hex469B83370F27a3262c
Octal10623320367017472434654
Binary100011010011011100000111101110111110011110100011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,155,131); }

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

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

 a { background-color: rgb(70,155,131); }

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

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

 span { border-color: rgb(70,155,131); }

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