Html Css Color HEX #469F7C Gossamer

📋 copy color: '#469F7C'

red 70 ◦ green 159 ◦ blue 124

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

Shades of Gossamer #469F7C

Tints of Gossamer #469F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 19.83%
G = 45.04%
B = 35.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#469F7C (or 0x469F7C) is known color: Gossamer. HEX triplet: 46, 9F and 7C. RGB value is (70,159,124). Sum of RGB (Red+Green+Blue) = 70+159+124=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #469F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469F7C is #B96083. Grayscale: #808080. Windows color (decimal): -12148868 or 8167238. OLE color: 8167238.

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

Color convert

RGB 70 159 124 -
CMYK 0.56 0 0.22 0.38
HSL 156.4º 0.39% 0.45% -
HSV(B) 156.4º 0.56% 0.62% -
XYZ 18.56 27.55 23.41 -
YUV 128.4 125.51 86.35 -
System Red Green Blue C M Y K H S L
Decimal 70 159 124 0.56 0 0.22 0.38 156.4 0.39 0.45
Hex 46 9F 7C 38 0 16 26 9C 27 2D
Octal 106 237 174 70 0 26 46 234 47 55
Binary 1000110 10011111 1111100 111000 0 10110 100110 10011100 100111 101101

Color Harmonies of #469F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469F7C

Black with #469F7C

Text Example


Text Example

White with #469F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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