#46B497

Color #46B497 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #46B497

Tints of Puerto Rico #46B497

Color information

#46B497 (or 0x46B497) is unknown color: approx Puerto Rico. HEX triplet: 46, B4 and 97. RGB value is (70,180,151). Sum of RGB (Red+Green+Blue) = 70+180+151=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #46B497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B497 is #B94B68. Grayscale: #8F8F8F. Windows color (decimal): -12143465 or 9942086. OLE color: 9942086.

HSL color Cylindrical-coordinate representation of color #46B497: hue angle of 164.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46B497 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB70180151-
CMYK0.6100.160.29
HSL164.18º44%49.02%-
HSV(B)164.18º61.11%70.59%-
XYZ24.4336.1834.97-
YUV143.8132.0675.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.46%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=17.46%
G=44.89%
B=37.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701801510.6100.160.29164.184449.02
Hex46B4973D0101Da42c31
Octal10626422775020352445461
Binary100011010110100100101111111010100001110110100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46B497; }

 p { color: rgb(70,180,151); }

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

<style>
 a { background-color: #46B497; }

 a { background-color: rgb(70,180,151); }

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

<style>
 span { border-color: #46B497; }

 span { border-color: rgb(70,180,151); }

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