Html Css Color HEX #479189 Lochinvar

📋 copy color: '#479189'

red 71 ◦ green 145 ◦ blue 137

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

Shades of Lochinvar #479189

Tints of Lochinvar #479189

RGB

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

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

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

R = 20.11%
G = 41.08%
B = 38.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#479189 (or 0x479189) is known color: Lochinvar. HEX triplet: 47, 91 and 89. RGB value is (71,145,137). Sum of RGB (Red+Green+Blue) = 71+145+137=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #479189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479189 is #B86E76. Grayscale: #797979. Windows color (decimal): -12086903 or 9015623. OLE color: 9015623.

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

Color convert

RGB 71 145 137 -
CMYK 0.51 0 0.06 0.43
HSL 173.51º 0.34% 0.42% -
HSV(B) 173.51º 0.51% 0.57% -
XYZ 17.24 23.4 27.27 -
YUV 121.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 71 145 137 0.51 0 0.06 0.43 173.51 0.34 0.42
Hex 47 91 89 33 0 6 2B AE 22 2A
Octal 107 221 211 63 0 6 53 256 42 52
Binary 1000111 10010001 10001001 110011 0 110 101011 10101110 100010 101010

Color Harmonies of #479189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479189

Black with #479189

Text Example


Text Example

White with #479189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479189; }

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

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

background-color css

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

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

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

border-color css

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

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

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