Html Css Color HEX #4BB495 Puerto Rico

📋 copy color: '#4BB495'

red 75 ◦ green 180 ◦ blue 149

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

Shades of Puerto Rico #4BB495

Tints of Puerto Rico #4BB495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 18.56%
G = 44.55%
B = 36.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#4BB495 (or 0x4BB495) is known color: Puerto Rico. HEX triplet: 4B, B4 and 95. RGB value is (75,180,149). Sum of RGB (Red+Green+Blue) = 75+180+149=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB495 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB495 is #B44B6A. Grayscale: #919191. Windows color (decimal): -11815787 or 9811019. OLE color: 9811019.

HSL color Cylindrical-coordinate representation of color #4BB495: hue angle of 162.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 #4BB495 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 75 180 149 -
CMYK 0.58 0 0.17 0.29
HSL 162.29º 0.41% 0.5% -
HSV(B) 162.29º 0.58% 0.71% -
XYZ 24.65 36.31 34.14 -
YUV 145.07 130.21 78.02 -
System Red Green Blue C M Y K H S L
Decimal 75 180 149 0.58 0 0.17 0.29 162.29 0.41 0.5
Hex 4B B4 95 3A 0 11 1D A2 29 32
Octal 113 264 225 72 0 21 35 242 51 62
Binary 1001011 10110100 10010101 111010 0 10001 11101 10100010 101001 110010

Color Harmonies of #4BB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB495

Black with #4BB495

Text Example


Text Example

White with #4BB495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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