Html Css Color HEX #49B494 Puerto Rico

📋 copy color: '#49B494'

red 73 ◦ green 180 ◦ blue 148

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

Shades of Puerto Rico #49B494

Tints of Puerto Rico #49B494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 18.2%
G = 44.89%
B = 36.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#49B494 (or 0x49B494) is known color: Puerto Rico. HEX triplet: 49, B4 and 94. RGB value is (73,180,148). Sum of RGB (Red+Green+Blue) = 73+180+148=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #49B494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B494 is #B64B6B. Grayscale: #909090. Windows color (decimal): -11946860 or 9745481. OLE color: 9745481.

HSL color Cylindrical-coordinate representation of color #49B494: hue angle of 162.06º 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 #49B494 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 180 148 -
CMYK 0.59 0 0.18 0.29
HSL 162.06º 0.42% 0.5% -
HSV(B) 162.06º 0.59% 0.71% -
XYZ 24.41 36.2 33.72 -
YUV 144.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 73 180 148 0.59 0 0.18 0.29 162.06 0.42 0.5
Hex 49 B4 94 3B 0 12 1D A2 2A 32
Octal 111 264 224 73 0 22 35 242 52 62
Binary 1001001 10110100 10010100 111011 0 10010 11101 10100010 101010 110010

Color Harmonies of #49B494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B494

Black with #49B494

Text Example


Text Example

White with #49B494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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