Html Css Color HEX #469D85 Gossamer

📋 copy color: '#469D85'

red 70 ◦ green 157 ◦ blue 133

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

Shades of Gossamer #469D85

Tints of Gossamer #469D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.61%

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

R = 19.44%
G = 43.61%
B = 36.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#469D85 (or 0x469D85) is known color: Gossamer. HEX triplet: 46, 9D and 85. RGB value is (70,157,133). Sum of RGB (Red+Green+Blue) = 70+157+133=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #469D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469D85 is #B9627A. Grayscale: #808080. Windows color (decimal): -12149371 or 8756550. OLE color: 8756550.

HSL color Cylindrical-coordinate representation of color #469D85: hue angle of 163.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D85 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 157 133 -
CMYK 0.55 0 0.15 0.38
HSL 163.45º 0.38% 0.45% -
HSV(B) 163.45º 0.55% 0.62% -
XYZ 18.82 27.11 26.43 -
YUV 128.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 70 157 133 0.55 0 0.15 0.38 163.45 0.38 0.45
Hex 46 9D 85 37 0 F 26 A3 26 2D
Octal 106 235 205 67 0 17 46 243 46 55
Binary 1000110 10011101 10000101 110111 0 1111 100110 10100011 100110 101101

Color Harmonies of #469D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D85

Black with #469D85

Text Example


Text Example

White with #469D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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