Html Css Color HEX #479BA1 Blue Chill

📋 copy color: '#479BA1'

red 71 ◦ green 155 ◦ blue 161

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

Shades of Blue Chill #479BA1

Tints of Blue Chill #479BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

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

R = 18.35%
G = 40.05%
B = 41.6%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#479BA1 (or 0x479BA1) is known color: Blue Chill. HEX triplet: 47, 9B and A1. RGB value is (71,155,161). Sum of RGB (Red+Green+Blue) = 71+155+161=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #479BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479BA1 is #B8645E. Grayscale: #828282. Windows color (decimal): -12084319 or 10591047. OLE color: 10591047.

HSL color Cylindrical-coordinate representation of color #479BA1: hue angle of 184º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #479BA1 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 155 161 -
CMYK 0.56 0.04 0 0.37
HSL 184º 0.39% 0.45% -
HSV(B) 184º 0.56% 0.63% -
XYZ 20.75 27.36 37.9 -
YUV 130.57 145.17 85.51 -
System Red Green Blue C M Y K H S L
Decimal 71 155 161 0.56 0.04 0 0.37 184 0.39 0.45
Hex 47 9B A1 38 4 0 25 B8 27 2D
Octal 107 233 241 70 4 0 45 270 47 55
Binary 1000111 10011011 10100001 111000 100 0 100101 10111000 100111 101101

Color Harmonies of #479BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479BA1

Black with #479BA1

Text Example


Text Example

White with #479BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479BA1; }

 p { color: rgb(71,155,161); }

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

background-color css

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

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

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

border-color css

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

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

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