Html Css Color HEX #469B84 Gossamer

📋 copy color: '#469B84'

red 70 ◦ green 155 ◦ blue 132

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

Shades of Gossamer #469B84

Tints of Gossamer #469B84

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.42%

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

R = 19.61%
G = 43.42%
B = 36.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#469B84 (or 0x469B84) is known color: Gossamer. HEX triplet: 46, 9B and 84. RGB value is (70,155,132). Sum of RGB (Red+Green+Blue) = 70+155+132=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #469B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B84 is #B9647B. Grayscale: #7E7E7E. Windows color (decimal): -12149884 or 8690502. OLE color: 8690502.

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

Color convert

RGB 70 155 132 -
CMYK 0.55 0 0.15 0.39
HSL 163.76º 0.38% 0.44% -
HSV(B) 163.76º 0.55% 0.61% -
XYZ 18.41 26.41 25.96 -
YUV 126.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 70 155 132 0.55 0 0.15 0.39 163.76 0.38 0.44
Hex 46 9B 84 37 0 F 27 A4 26 2C
Octal 106 233 204 67 0 17 47 244 46 54
Binary 1000110 10011011 10000100 110111 0 1111 100111 10100100 100110 101100

Color Harmonies of #469B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B84

Black with #469B84

Text Example


Text Example

White with #469B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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