Html Css Color HEX #479695 Blue Chill

📋 copy color: '#479695'

red 71 ◦ green 150 ◦ blue 149

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

Shades of Blue Chill #479695

Tints of Blue Chill #479695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.54%

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

R = 19.19%
G = 40.54%
B = 40.27%

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

#479695 (or 0x479695) is known color: Blue Chill. HEX triplet: 47, 96 and 95. RGB value is (71,150,149). Sum of RGB (Red+Green+Blue) = 71+150+149=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #479695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479695 is #B8696A. Grayscale: #7E7E7E. Windows color (decimal): -12085611 or 9803335. OLE color: 9803335.

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

Color convert

RGB 71 150 149 -
CMYK 0.53 0 0.01 0.41
HSL 179.24º 0.36% 0.43% -
HSV(B) 179.24º 0.53% 0.59% -
XYZ 18.93 25.32 32.32 -
YUV 126.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 71 150 149 0.53 0 0.01 0.41 179.24 0.36 0.43
Hex 47 96 95 35 0 1 29 B3 24 2B
Octal 107 226 225 65 0 1 51 263 44 53
Binary 1000111 10010110 10010101 110101 0 1 101001 10110011 100100 101011

Color Harmonies of #479695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479695

Black with #479695

Text Example


Text Example

White with #479695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479695; }

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

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

background-color css

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

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

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

border-color css

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

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

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