Html Css Color HEX #479185 Lochinvar

📋 copy color: '#479185'

red 71 ◦ green 145 ◦ blue 133

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

Shades of Lochinvar #479185

Tints of Lochinvar #479185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 20.34%
G = 41.55%
B = 38.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#479185 (or 0x479185) is known color: Lochinvar. HEX triplet: 47, 91 and 85. RGB value is (71,145,133). Sum of RGB (Red+Green+Blue) = 71+145+133=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #479185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479185 is #B86E7A. Grayscale: #797979. Windows color (decimal): -12086907 or 8753479. OLE color: 8753479.

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

Color convert

RGB 71 145 133 -
CMYK 0.51 0 0.08 0.43
HSL 170.27º 0.34% 0.42% -
HSV(B) 170.27º 0.51% 0.57% -
XYZ 16.96 23.28 25.79 -
YUV 121.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 71 145 133 0.51 0 0.08 0.43 170.27 0.34 0.42
Hex 47 91 85 33 0 8 2B AA 22 2A
Octal 107 221 205 63 0 10 53 252 42 52
Binary 1000111 10010001 10000101 110011 0 1000 101011 10101010 100010 101010

Color Harmonies of #479185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479185

Black with #479185

Text Example


Text Example

White with #479185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479185; }

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

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

background-color css

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

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

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

border-color css

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

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

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