Html Css Color HEX #479191 Blue Chill

📋 copy color: '#479191'

red 71 ◦ green 145 ◦ blue 145

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

Shades of Blue Chill #479191

Tints of Blue Chill #479191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 19.67%
G = 40.17%
B = 40.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#479191 (or 0x479191) is known color: Blue Chill. HEX triplet: 47, 91 and 91. RGB value is (71,145,145). Sum of RGB (Red+Green+Blue) = 71+145+145=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #479191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479191 is #B86E6E. Grayscale: #7A7A7A. Windows color (decimal): -12086895 or 9539911. OLE color: 9539911.

HSL color Cylindrical-coordinate representation of color #479191: hue angle of 180º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479191 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 145 -
CMYK 0.51 0 0 0.43
HSL 180º 0.34% 0.42% -
HSV(B) 180º 0.51% 0.57% -
XYZ 17.83 23.63 30.41 -
YUV 122.87 140.48 91 -
System Red Green Blue C M Y K H S L
Decimal 71 145 145 0.51 0 0 0.43 180 0.34 0.42
Hex 47 91 91 33 0 0 2B B4 22 2A
Octal 107 221 221 63 0 0 53 264 42 52
Binary 1000111 10010001 10010001 110011 0 0 101011 10110100 100010 101010

Color Harmonies of #479191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479191

Black with #479191

Text Example


Text Example

White with #479191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479191; }

 p { color: rgb(71,145,145); }

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

background-color css

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

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

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

border-color css

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

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

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