#4BA497

Color #4BA497 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #4BA497

Tints of Gossamer #4BA497

Color information

#4BA497 (or 0x4BA497) is unknown color: approx Gossamer. HEX triplet: 4B, A4 and 97. RGB value is (75,164,151). Sum of RGB (Red+Green+Blue) = 75+164+151=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA497 is #B45B68. Grayscale: #878787. Windows color (decimal): -11819881 or 9937995. OLE color: 9937995.

HSL color Cylindrical-coordinate representation of color #4BA497: hue angle of 171.24º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA497 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB75164151-
CMYK0.5400.080.36
HSL171.24º37.24%46.86%-
HSV(B)171.24º54.27%64.31%-
XYZ21.7630.2833.98-
YUV135.91136.5184.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.23%
GREEN value IS 164 (64.45% from 255) = 42.05%
BLUE value IS 151 (59.38% from 255) = 38.72%
R=19.23%
G=42.05%
B=38.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751641510.5400.080.36171.2437.2446.86
Hex4BA497360824ab252f
Octal11324422766010442534557
Binary100101110100100100101111101100100010010010101011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BA497; }

 p { color: rgb(75,164,151); }

 H1.HeaderClassName
 {
   color: #4BA497;
 }
 .AnyTagClassName
 {
   color: #4BA497;
 }
</style>
background-color css

<style>
 a { background-color: #4BA497; }

 a { background-color: rgb(75,164,151); }

 div.DivClassName
 {
   background-color: #4BA497;
 }
 .BgClassName
 {
   background-color: #4BA497;
 }
</style>
border-color css

<style>
 span { border-color: #4BA497; }

 span { border-color: rgb(75,164,151); }

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