Html Css Color HEX #49B4B1 Puerto Rico

📋 copy color: '#49B4B1'

red 73 ◦ green 180 ◦ blue 177

#49B4B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #49B4B1

Tints of Puerto Rico #49B4B1

RGB

 RED value IS 73 (28.91% from 255) = 16.98%

 GREEN value IS 180 (70.7% from 255) = 41.86%

 BLUE value IS 177 (69.53% from 255) = 41.16%

R = 16.98%
G = 41.86%
B = 41.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#49B4B1 (or 0x49B4B1) is known color: Puerto Rico. HEX triplet: 49, B4 and B1. RGB value is (73,180,177). Sum of RGB (Red+Green+Blue) = 73+180+177=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #49B4B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B4B1 is #B64B4E. Grayscale: #939393. Windows color (decimal): -11946831 or 11646025. OLE color: 11646025.

HSL color Cylindrical-coordinate representation of color #49B4B1: hue angle of 178.32º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B4B1 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 180 177 -
CMYK 0.59 0 0.02 0.29
HSL 178.32º 0.42% 0.5% -
HSV(B) 178.32º 0.59% 0.71% -
XYZ 27 37.23 47.36 -
YUV 147.67 144.55 74.74 -
System Red Green Blue C M Y K H S L
Decimal 73 180 177 0.59 0 0.02 0.29 178.32 0.42 0.5
Hex 49 B4 B1 3B 0 2 1D B2 2A 32
Octal 111 264 261 73 0 2 35 262 52 62
Binary 1001001 10110100 10110001 111011 0 10 11101 10110010 101010 110010

Color Harmonies of #49B4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B4B1

Black with #49B4B1

Text Example


Text Example

White with #49B4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49B4B1; }

 p { color: rgb(73,180,177); }

 H1.HeaderClassName
 {
   color: #49B4B1;
 }
 .AnyTagClassName
 {
   color: #49B4B1;
 }
</style>

background-color css

<style>
 a { background-color: #49B4B1; }

 a { background-color: rgb(73,180,177); }

 div.DivClassName
 {
   background-color: #49B4B1;
 }
 .BgClassName
 {
   background-color: #49B4B1;
 }
</style>

border-color css

<style>
 span { border-color: #49B4B1; }

 span { border-color: rgb(73,180,177); }

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