#46B493

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

Shades of Puerto Rico #46B493

Tints of Puerto Rico #46B493

Color information

#46B493 (or 0x46B493) is unknown color: approx Puerto Rico. HEX triplet: 46, B4 and 93. RGB value is (70,180,147). Sum of RGB (Red+Green+Blue) = 70+180+147=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #46B493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B493 is #B94B6C. Grayscale: #8F8F8F. Windows color (decimal): -12143469 or 9679942. OLE color: 9679942.

HSL color Cylindrical-coordinate representation of color #46B493: hue angle of 162º 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 #46B493 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB70180147-
CMYK0.6100.180.29
HSL162º44%49.02%-
HSV(B)162º61.11%70.59%-
XYZ24.1136.0533.29-
YUV143.35130.0675.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.63%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=17.63%
G=45.34%
B=37.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701801470.6100.180.291624449.02
Hex46B4933D0121Da22c31
Octal10626422375022352425461
Binary100011010110100100100111111010100101110110100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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