Html Css Color HEX #479190 Blue Chill

📋 copy color: '#479190'

red 71 ◦ green 145 ◦ blue 144

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

Shades of Blue Chill #479190

Tints of Blue Chill #479190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40%

R = 19.72%
G = 40.28%
B = 40%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#479190 (or 0x479190) is known color: Blue Chill. HEX triplet: 47, 91 and 90. RGB value is (71,145,144). Sum of RGB (Red+Green+Blue) = 71+145+144=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #479190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479190 is #B86E6F. Grayscale: #7A7A7A. Windows color (decimal): -12086896 or 9474375. OLE color: 9474375.

HSL color Cylindrical-coordinate representation of color #479190: hue angle of 179.19º 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 #479190 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 145 144 -
CMYK 0.51 0 0.01 0.43
HSL 179.19º 0.34% 0.42% -
HSV(B) 179.19º 0.51% 0.57% -
XYZ 17.76 23.6 30.01 -
YUV 122.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 71 145 144 0.51 0 0.01 0.43 179.19 0.34 0.42
Hex 47 91 90 33 0 1 2B B3 22 2A
Octal 107 221 220 63 0 1 53 263 42 52
Binary 1000111 10010001 10010000 110011 0 1 101011 10110011 100010 101010

Color Harmonies of #479190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479190

Black with #479190

Text Example


Text Example

White with #479190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479190; }

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

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

background-color css

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

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

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

border-color css

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

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

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