#46B499

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

Shades of Puerto Rico #46B499

Tints of Puerto Rico #46B499

Color information

#46B499 (or 0x46B499) is unknown color: approx Puerto Rico. HEX triplet: 46, B4 and 99. RGB value is (70,180,153). Sum of RGB (Red+Green+Blue) = 70+180+153=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #46B499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B499 is #B94B66. Grayscale: #909090. Windows color (decimal): -12143463 or 10073158. OLE color: 10073158.

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

Color convert

RGB70180153-
CMYK0.6100.150.29
HSL165.27º44%49.02%-
HSV(B)165.27º61.11%70.59%-
XYZ24.636.2435.84-
YUV144.03133.0675.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.37%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=17.37%
G=44.67%
B=37.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701801530.6100.150.29165.274449.02
Hex46B4993D0F1Da52c31
Octal10626423175017352455461
Binary10001101011010010011001111101011111110110100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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