Html Css Color HEX #469F84 Gossamer

📋 copy color: '#469F84'

red 70 ◦ green 159 ◦ blue 132

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

Shades of Gossamer #469F84

Tints of Gossamer #469F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.57%

R = 19.39%
G = 44.04%
B = 36.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#469F84 (or 0x469F84) is known color: Gossamer. HEX triplet: 46, 9F and 84. RGB value is (70,159,132). Sum of RGB (Red+Green+Blue) = 70+159+132=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #469F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469F84 is #B9607B. Grayscale: #818181. Windows color (decimal): -12148860 or 8691526. OLE color: 8691526.

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

Color convert

RGB 70 159 132 -
CMYK 0.56 0 0.17 0.38
HSL 161.8º 0.39% 0.45% -
HSV(B) 161.8º 0.56% 0.62% -
XYZ 19.09 27.76 26.18 -
YUV 129.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 70 159 132 0.56 0 0.17 0.38 161.8 0.39 0.45
Hex 46 9F 84 38 0 11 26 A2 27 2D
Octal 106 237 204 70 0 21 46 242 47 55
Binary 1000110 10011111 10000100 111000 0 10001 100110 10100010 100111 101101

Color Harmonies of #469F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469F84

Black with #469F84

Text Example


Text Example

White with #469F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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