Html Css Color HEX #469C7F Gossamer

📋 copy color: '#469C7F'

red 70 ◦ green 156 ◦ blue 127

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

Shades of Gossamer #469C7F

Tints of Gossamer #469C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.98%

R = 19.83%
G = 44.19%
B = 35.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#469C7F (or 0x469C7F) is known color: Gossamer. HEX triplet: 46, 9C and 7F. RGB value is (70,156,127). Sum of RGB (Red+Green+Blue) = 70+156+127=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #469C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C7F is #B96380. Grayscale: #7F7F7F. Windows color (decimal): -12149633 or 8363078. OLE color: 8363078.

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

Color convert

RGB 70 156 127 -
CMYK 0.55 0 0.19 0.39
HSL 159.77º 0.38% 0.44% -
HSV(B) 159.77º 0.55% 0.61% -
XYZ 18.25 26.61 24.25 -
YUV 126.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 70 156 127 0.55 0 0.19 0.39 159.77 0.38 0.44
Hex 46 9C 7F 37 0 13 27 A0 26 2C
Octal 106 234 177 67 0 23 47 240 46 54
Binary 1000110 10011100 1111111 110111 0 10011 100111 10100000 100110 101100

Color Harmonies of #469C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C7F

Black with #469C7F

Text Example


Text Example

White with #469C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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