Html Css Color HEX #479B89 Lochinvar

📋 copy color: '#479B89'

red 71 ◦ green 155 ◦ blue 137

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

Shades of Lochinvar #479B89

Tints of Lochinvar #479B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 19.56%
G = 42.7%
B = 37.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#479B89 (or 0x479B89) is known color: Lochinvar. HEX triplet: 47, 9B and 89. RGB value is (71,155,137). Sum of RGB (Red+Green+Blue) = 71+155+137=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #479B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479B89 is #B86476. Grayscale: #7F7F7F. Windows color (decimal): -12084343 or 9018183. OLE color: 9018183.

HSL color Cylindrical-coordinate representation of color #479B89: hue angle of 167.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479B89 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 155 137 -
CMYK 0.54 0 0.12 0.39
HSL 167.14º 0.37% 0.44% -
HSV(B) 167.14º 0.54% 0.61% -
XYZ 18.84 26.59 27.81 -
YUV 127.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 71 155 137 0.54 0 0.12 0.39 167.14 0.37 0.44
Hex 47 9B 89 36 0 C 27 A7 25 2C
Octal 107 233 211 66 0 14 47 247 45 54
Binary 1000111 10011011 10001001 110110 0 1100 100111 10100111 100101 101100

Color Harmonies of #479B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479B89

Black with #479B89

Text Example


Text Example

White with #479B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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