Html Css Color HEX #479091 Blue Chill

📋 copy color: '#479091'

red 71 ◦ green 144 ◦ blue 145

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

Shades of Blue Chill #479091

Tints of Blue Chill #479091

RGB

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

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

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

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

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

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

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

Color convert

RGB 71 144 145 -
CMYK 0.51 0.01 0 0.43
HSL 180.81º 0.34% 0.42% -
HSV(B) 180.81º 0.51% 0.57% -
XYZ 17.68 23.33 30.36 -
YUV 122.29 140.82 91.42 -
System Red Green Blue C M Y K H S L
Decimal 71 144 145 0.51 0.01 0 0.43 180.81 0.34 0.42
Hex 47 90 91 33 1 0 2B B5 22 2A
Octal 107 220 221 63 1 0 53 265 42 52
Binary 1000111 10010000 10010001 110011 1 0 101011 10110101 100010 101010

Color Harmonies of #479091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479091

Black with #479091

Text Example


Text Example

White with #479091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479091; }

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

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

background-color css

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

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

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

border-color css

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

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

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