Html Css Color HEX #469C80 Gossamer

📋 copy color: '#469C80'

red 70 ◦ green 156 ◦ blue 128

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

Shades of Gossamer #469C80

Tints of Gossamer #469C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.07%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 19.77%
G = 44.07%
B = 36.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#469C80 (or 0x469C80) is known color: Gossamer. HEX triplet: 46, 9C and 80. RGB value is (70,156,128). Sum of RGB (Red+Green+Blue) = 70+156+128=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #469C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C80 is #B9637F. Grayscale: #7F7F7F. Windows color (decimal): -12149632 or 8428614. OLE color: 8428614.

HSL color Cylindrical-coordinate representation of color #469C80: hue angle of 160.47º 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 #469C80 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 128 -
CMYK 0.55 0 0.18 0.39
HSL 160.47º 0.38% 0.44% -
HSV(B) 160.47º 0.55% 0.61% -
XYZ 18.31 26.64 24.6 -
YUV 127.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 70 156 128 0.55 0 0.18 0.39 160.47 0.38 0.44
Hex 46 9C 80 37 0 12 27 A0 26 2C
Octal 106 234 200 67 0 22 47 240 46 54
Binary 1000110 10011100 10000000 110111 0 10010 100111 10100000 100110 101100

Color Harmonies of #469C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C80

Black with #469C80

Text Example


Text Example

White with #469C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,156,128); }

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

background-color css

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

 a { background-color: rgb(70,156,128); }

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

border-color css

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

 span { border-color: rgb(70,156,128); }

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