Html Css Color HEX #4BA197 Blue Chill

📋 copy color: '#4BA197'

red 75 ◦ green 161 ◦ blue 151

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

Shades of Blue Chill #4BA197

Tints of Blue Chill #4BA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.6%

 BLUE value IS 151 (59.38% from 255) = 39.02%

R = 19.38%
G = 41.6%
B = 39.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#4BA197 (or 0x4BA197) is known color: Blue Chill. HEX triplet: 4B, A1 and 97. RGB value is (75,161,151). Sum of RGB (Red+Green+Blue) = 75+161+151=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA197 is #B45E68. Grayscale: #868686. Windows color (decimal): -11820649 or 9937227. OLE color: 9937227.

HSL color Cylindrical-coordinate representation of color #4BA197: hue angle of 173.02º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA197 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 161 151 -
CMYK 0.53 0 0.06 0.37
HSL 173.02º 0.36% 0.46% -
HSV(B) 173.02º 0.53% 0.63% -
XYZ 21.23 29.22 33.8 -
YUV 134.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 75 161 151 0.53 0 0.06 0.37 173.02 0.36 0.46
Hex 4B A1 97 35 0 6 25 AD 24 2E
Octal 113 241 227 65 0 6 45 255 44 56
Binary 1001011 10100001 10010111 110101 0 110 100101 10101101 100100 101110

Color Harmonies of #4BA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA197

Black with #4BA197

Text Example


Text Example

White with #4BA197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,161,151); }

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

background-color css

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

 a { background-color: rgb(75,161,151); }

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

border-color css

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

 span { border-color: rgb(75,161,151); }

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