Html Css Color HEX #469C89 Gossamer

📋 copy color: '#469C89'

red 70 ◦ green 156 ◦ blue 137

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

Shades of Gossamer #469C89

Tints of Gossamer #469C89

RGB

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

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

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

R = 19.28%
G = 42.98%
B = 37.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#469C89 (or 0x469C89) is known color: Gossamer. HEX triplet: 46, 9C and 89. RGB value is (70,156,137). Sum of RGB (Red+Green+Blue) = 70+156+137=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #469C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C89 is #B96376. Grayscale: #808080. Windows color (decimal): -12149623 or 9018438. OLE color: 9018438.

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

Color convert

RGB 70 156 137 -
CMYK 0.55 0 0.12 0.39
HSL 166.74º 0.38% 0.44% -
HSV(B) 166.74º 0.55% 0.61% -
XYZ 18.93 26.89 27.86 -
YUV 128.12 133.01 86.54 -
System Red Green Blue C M Y K H S L
Decimal 70 156 137 0.55 0 0.12 0.39 166.74 0.38 0.44
Hex 46 9C 89 37 0 C 27 A7 26 2C
Octal 106 234 211 67 0 14 47 247 46 54
Binary 1000110 10011100 10001001 110111 0 1100 100111 10100111 100110 101100

Color Harmonies of #469C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C89

Black with #469C89

Text Example


Text Example

White with #469C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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