#46B799

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

Shades of Puerto Rico #46B799

Tints of Puerto Rico #46B799

Color information

#46B799 (or 0x46B799) is unknown color: approx Puerto Rico. HEX triplet: 46, B7 and 99. RGB value is (70,183,153). Sum of RGB (Red+Green+Blue) = 70+183+153=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #46B799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B799 is #B94866. Grayscale: #919191. Windows color (decimal): -12142695 or 10073926. OLE color: 10073926.

HSL color Cylindrical-coordinate representation of color #46B799: hue angle of 164.07º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B799 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB70183153-
CMYK0.6200.160.28
HSL164.07º44.66%49.61%-
HSV(B)164.07º61.75%71.76%-
XYZ25.2137.4736.04-
YUV145.79132.0673.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.24%
GREEN value IS 183 (71.88% from 255) = 45.07%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=17.24%
G=45.07%
B=37.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal701831530.6200.160.28164.0744.6649.61
Hex46B7993E0101Ca42d32
Octal10626723176020342445562
Binary100011010110111100110011111100100001110010100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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