Html Css Color HEX #4BB49C Puerto Rico

📋 copy color: '#4BB49C'

red 75 ◦ green 180 ◦ blue 156

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

Shades of Puerto Rico #4BB49C

Tints of Puerto Rico #4BB49C

RGB

 RED value IS 75 (29.69% from 255) = 18.25%

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

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 18.25%
G = 43.8%
B = 37.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#4BB49C (or 0x4BB49C) is known color: Puerto Rico. HEX triplet: 4B, B4 and 9C. RGB value is (75,180,156). Sum of RGB (Red+Green+Blue) = 75+180+156=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB49C is #B44B63. Grayscale: #919191. Windows color (decimal): -11815780 or 10269771. OLE color: 10269771.

HSL color Cylindrical-coordinate representation of color #4BB49C: hue angle of 166.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB49C is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 180 156 -
CMYK 0.58 0 0.13 0.29
HSL 166.29º 0.41% 0.5% -
HSV(B) 166.29º 0.58% 0.71% -
XYZ 25.22 36.54 37.18 -
YUV 145.87 133.71 77.45 -
System Red Green Blue C M Y K H S L
Decimal 75 180 156 0.58 0 0.13 0.29 166.29 0.41 0.5
Hex 4B B4 9C 3A 0 D 1D A6 29 32
Octal 113 264 234 72 0 15 35 246 51 62
Binary 1001011 10110100 10011100 111010 0 1101 11101 10100110 101001 110010

Color Harmonies of #4BB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB49C

Black with #4BB49C

Text Example


Text Example

White with #4BB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BB49C; }

 p { color: rgb(75,180,156); }

 H1.HeaderClassName
 {
   color: #4BB49C;
 }
 .AnyTagClassName
 {
   color: #4BB49C;
 }
</style>

background-color css

<style>
 a { background-color: #4BB49C; }

 a { background-color: rgb(75,180,156); }

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

border-color css

<style>
 span { border-color: #4BB49C; }

 span { border-color: rgb(75,180,156); }

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