Html Css Color HEX #469F85 Gossamer

📋 copy color: '#469F85'

red 70 ◦ green 159 ◦ blue 133

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

Shades of Gossamer #469F85

Tints of Gossamer #469F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 19.34%
G = 43.92%
B = 36.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#469F85 (or 0x469F85) is known color: Gossamer. HEX triplet: 46, 9F and 85. RGB value is (70,159,133). Sum of RGB (Red+Green+Blue) = 70+159+133=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #469F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469F85 is #B9607A. Grayscale: #818181. Windows color (decimal): -12148859 or 8757062. OLE color: 8757062.

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

Color convert

RGB 70 159 133 -
CMYK 0.56 0 0.16 0.38
HSL 162.47º 0.39% 0.45% -
HSV(B) 162.47º 0.56% 0.62% -
XYZ 19.16 27.79 26.54 -
YUV 129.43 130.01 85.61 -
System Red Green Blue C M Y K H S L
Decimal 70 159 133 0.56 0 0.16 0.38 162.47 0.39 0.45
Hex 46 9F 85 38 0 10 26 A2 27 2D
Octal 106 237 205 70 0 20 46 242 47 55
Binary 1000110 10011111 10000101 111000 0 10000 100110 10100010 100111 101101

Color Harmonies of #469F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469F85

Black with #469F85

Text Example


Text Example

White with #469F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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