Html Css Color HEX #479796 Blue Chill

📋 copy color: '#479796'

red 71 ◦ green 151 ◦ blue 150

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

Shades of Blue Chill #479796

Tints of Blue Chill #479796

RGB

 RED value IS 71 (28.13% from 255) = 19.09%

 GREEN value IS 151 (59.38% from 255) = 40.59%

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 19.09%
G = 40.59%
B = 40.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#479796 (or 0x479796) is known color: Blue Chill. HEX triplet: 47, 97 and 96. RGB value is (71,151,150). Sum of RGB (Red+Green+Blue) = 71+151+150=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 151 - color contains mainly: green. Hex color #479796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479796 is #B86869. Grayscale: #7E7E7E. Windows color (decimal): -12085354 or 9869127. OLE color: 9869127.

HSL color Cylindrical-coordinate representation of color #479796: hue angle of 179.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479796 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 150 -
CMYK 0.53 0 0.01 0.41
HSL 179.25º 0.36% 0.44% -
HSV(B) 179.25º 0.53% 0.59% -
XYZ 19.17 25.67 32.8 -
YUV 126.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 71 151 150 0.53 0 0.01 0.41 179.25 0.36 0.44
Hex 47 97 96 35 0 1 29 B3 24 2C
Octal 107 227 226 65 0 1 51 263 44 54
Binary 1000111 10010111 10010110 110101 0 1 101001 10110011 100100 101100

Color Harmonies of #479796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479796

Black with #479796

Text Example


Text Example

White with #479796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479796; }

 p { color: rgb(71,151,150); }

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

background-color css

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

 a { background-color: rgb(71,151,150); }

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

border-color css

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

 span { border-color: rgb(71,151,150); }

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