#47BDB4

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

Shades of Puerto Rico #47BDB4

Tints of Puerto Rico #47BDB4

Color information

#47BDB4 (or 0x47BDB4) is unknown color: approx Puerto Rico. HEX triplet: 47, BD and B4. RGB value is (71,189,180). Sum of RGB (Red+Green+Blue) = 71+189+180=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #47BDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BDB4 is #B8424B. Grayscale: #989898. Windows color (decimal): -12075596 or 11844935. OLE color: 11844935.

HSL color Cylindrical-coordinate representation of color #47BDB4: hue angle of 175.42º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BDB4 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB71189180-
CMYK0.6200.050.26
HSL175.42º47.2%50.98%-
HSV(B)175.42º62.43%74.12%-
XYZ29.0341.0349.57-
YUV152.69143.4169.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.14%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=16.14%
G=42.95%
B=40.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711891800.6200.050.26175.4247.250.98
Hex47BDB43E051Aaf2f33
Octal1072752647605322575763
Binary1000111101111011011010011111001011101010101111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47BDB4; }

 p { color: rgb(71,189,180); }

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

<style>
 a { background-color: #47BDB4; }

 a { background-color: rgb(71,189,180); }

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

<style>
 span { border-color: #47BDB4; }

 span { border-color: rgb(71,189,180); }

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