Html Css Color HEX #479182 Lochinvar

📋 copy color: '#479182'

red 71 ◦ green 145 ◦ blue 130

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

Shades of Lochinvar #479182

Tints of Lochinvar #479182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 20.52%
G = 41.91%
B = 37.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#479182 (or 0x479182) is known color: Lochinvar. HEX triplet: 47, 91 and 82. RGB value is (71,145,130). Sum of RGB (Red+Green+Blue) = 71+145+130=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #479182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479182 is #B86E7D. Grayscale: #797979. Windows color (decimal): -12086910 or 8556871. OLE color: 8556871.

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

Color convert

RGB 71 145 130 -
CMYK 0.51 0 0.10 0.43
HSL 167.84º 0.34% 0.42% -
HSV(B) 167.84º 0.51% 0.57% -
XYZ 16.75 23.2 24.71 -
YUV 121.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 71 145 130 0.51 0 0.10 0.43 167.84 0.34 0.42
Hex 47 91 82 33 0 A 2B A8 22 2A
Octal 107 221 202 63 0 12 53 250 42 52
Binary 1000111 10010001 10000010 110011 0 1010 101011 10101000 100010 101010

Color Harmonies of #479182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479182

Black with #479182

Text Example


Text Example

White with #479182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479182; }

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

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

background-color css

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

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

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

border-color css

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

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

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