Html Css Color HEX #469F89 Gossamer

📋 copy color: '#469F89'

red 70 ◦ green 159 ◦ blue 137

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

Shades of Gossamer #469F89

Tints of Gossamer #469F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.43%

R = 19.13%
G = 43.44%
B = 37.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#469F89 (or 0x469F89) is known color: Gossamer. HEX triplet: 46, 9F and 89. RGB value is (70,159,137). Sum of RGB (Red+Green+Blue) = 70+159+137=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #469F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469F89 is #B96076. Grayscale: #818181. Windows color (decimal): -12148855 or 9019206. OLE color: 9019206.

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

Color convert

RGB 70 159 137 -
CMYK 0.56 0 0.14 0.38
HSL 165.17º 0.39% 0.45% -
HSV(B) 165.17º 0.56% 0.62% -
XYZ 19.44 27.9 28.03 -
YUV 129.88 132.01 85.29 -
System Red Green Blue C M Y K H S L
Decimal 70 159 137 0.56 0 0.14 0.38 165.17 0.39 0.45
Hex 46 9F 89 38 0 E 26 A5 27 2D
Octal 106 237 211 70 0 16 46 245 47 55
Binary 1000110 10011111 10001001 111000 0 1110 100110 10100101 100111 101101

Color Harmonies of #469F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469F89

Black with #469F89

Text Example


Text Example

White with #469F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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