Html Css Color HEX #469F86 Gossamer

📋 copy color: '#469F86'

red 70 ◦ green 159 ◦ blue 134

#469F86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #469F86

Tints of Gossamer #469F86

RGB

 RED value IS 70 (27.73% from 255) = 19.28%

 GREEN value IS 159 (62.5% from 255) = 43.8%

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 19.28%
G = 43.8%
B = 36.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#469F86 (or 0x469F86) is known color: Gossamer. HEX triplet: 46, 9F and 86. RGB value is (70,159,134). Sum of RGB (Red+Green+Blue) = 70+159+134=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #469F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469F86 is #B96079. Grayscale: #818181. Windows color (decimal): -12148858 or 8822598. OLE color: 8822598.

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

Color convert

RGB 70 159 134 -
CMYK 0.56 0 0.16 0.38
HSL 163.15º 0.39% 0.45% -
HSV(B) 163.15º 0.56% 0.62% -
XYZ 19.23 27.82 26.91 -
YUV 129.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 70 159 134 0.56 0 0.16 0.38 163.15 0.39 0.45
Hex 46 9F 86 38 0 10 26 A3 27 2D
Octal 106 237 206 70 0 20 46 243 47 55
Binary 1000110 10011111 10000110 111000 0 10000 100110 10100011 100111 101101

Color Harmonies of #469F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469F86

Black with #469F86

Text Example


Text Example

White with #469F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,159,134); }

 H1.HeaderClassName
 {
   color: #469F86;
 }
 .AnyTagClassName
 {
   color: #469F86;
 }
</style>

background-color css

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

 a { background-color: rgb(70,159,134); }

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

border-color css

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

 span { border-color: rgb(70,159,134); }

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