Html Css Color HEX #479187 Lochinvar

📋 copy color: '#479187'

red 71 ◦ green 145 ◦ blue 135

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

Shades of Lochinvar #479187

Tints of Lochinvar #479187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.46%

R = 20.23%
G = 41.31%
B = 38.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#479187 (or 0x479187) is known color: Lochinvar. HEX triplet: 47, 91 and 87. RGB value is (71,145,135). Sum of RGB (Red+Green+Blue) = 71+145+135=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #479187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479187 is #B86E78. Grayscale: #797979. Windows color (decimal): -12086905 or 8884551. OLE color: 8884551.

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

Color convert

RGB 71 145 135 -
CMYK 0.51 0 0.07 0.43
HSL 171.89º 0.34% 0.42% -
HSV(B) 171.89º 0.51% 0.57% -
XYZ 17.1 23.34 26.53 -
YUV 121.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 71 145 135 0.51 0 0.07 0.43 171.89 0.34 0.42
Hex 47 91 87 33 0 7 2B AC 22 2A
Octal 107 221 207 63 0 7 53 254 42 52
Binary 1000111 10010001 10000111 110011 0 111 101011 10101100 100010 101010

Color Harmonies of #479187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479187

Black with #479187

Text Example


Text Example

White with #479187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479187; }

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

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

background-color css

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

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

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

border-color css

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

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

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