Html Css Color HEX #479184 Lochinvar

📋 copy color: '#479184'

red 71 ◦ green 145 ◦ blue 132

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

Shades of Lochinvar #479184

Tints of Lochinvar #479184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 20.4%
G = 41.67%
B = 37.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#479184 (or 0x479184) is known color: Lochinvar. HEX triplet: 47, 91 and 84. RGB value is (71,145,132). Sum of RGB (Red+Green+Blue) = 71+145+132=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #479184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479184 is #B86E7B. Grayscale: #797979. Windows color (decimal): -12086908 or 8687943. OLE color: 8687943.

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

Color convert

RGB 71 145 132 -
CMYK 0.51 0 0.09 0.43
HSL 169.46º 0.34% 0.42% -
HSV(B) 169.46º 0.51% 0.57% -
XYZ 16.89 23.26 25.43 -
YUV 121.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 71 145 132 0.51 0 0.09 0.43 169.46 0.34 0.42
Hex 47 91 84 33 0 9 2B A9 22 2A
Octal 107 221 204 63 0 11 53 251 42 52
Binary 1000111 10010001 10000100 110011 0 1001 101011 10101001 100010 101010

Color Harmonies of #479184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479184

Black with #479184

Text Example


Text Example

White with #479184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479184; }

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

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

background-color css

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

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

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

border-color css

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

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

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