Html Css Color HEX #479282 Lochinvar

📋 copy color: '#479282'

red 71 ◦ green 146 ◦ blue 130

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

Shades of Lochinvar #479282

Tints of Lochinvar #479282

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

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

R = 20.46%
G = 42.07%
B = 37.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#479282 (or 0x479282) is known color: Lochinvar. HEX triplet: 47, 92 and 82. RGB value is (71,146,130). Sum of RGB (Red+Green+Blue) = 71+146+130=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #479282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479282 is #B86D7D. Grayscale: #797979. Windows color (decimal): -12086654 or 8557127. OLE color: 8557127.

HSL color Cylindrical-coordinate representation of color #479282: hue angle of 167.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479282 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 146 130 -
CMYK 0.51 0 0.11 0.43
HSL 167.2º 0.35% 0.43% -
HSV(B) 167.2º 0.51% 0.57% -
XYZ 16.91 23.51 24.77 -
YUV 121.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 71 146 130 0.51 0 0.11 0.43 167.2 0.35 0.43
Hex 47 92 82 33 0 B 2B A7 23 2B
Octal 107 222 202 63 0 13 53 247 43 53
Binary 1000111 10010010 10000010 110011 0 1011 101011 10100111 100011 101011

Color Harmonies of #479282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479282

Black with #479282

Text Example


Text Example

White with #479282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479282; }

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

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

background-color css

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

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

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

border-color css

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

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

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