Html Css Color HEX #479281 Lochinvar

📋 copy color: '#479281'

red 71 ◦ green 146 ◦ blue 129

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

Shades of Lochinvar #479281

Tints of Lochinvar #479281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.28%

R = 20.52%
G = 42.2%
B = 37.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#479281 (or 0x479281) is known color: Lochinvar. HEX triplet: 47, 92 and 81. RGB value is (71,146,129). Sum of RGB (Red+Green+Blue) = 71+146+129=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #479281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479281 is #B86D7E. Grayscale: #797979. Windows color (decimal): -12086655 or 8491591. OLE color: 8491591.

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

Color convert

RGB 71 146 129 -
CMYK 0.51 0 0.12 0.43
HSL 166.4º 0.35% 0.43% -
HSV(B) 166.4º 0.51% 0.57% -
XYZ 16.84 23.48 24.41 -
YUV 121.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 71 146 129 0.51 0 0.12 0.43 166.4 0.35 0.43
Hex 47 92 81 33 0 C 2B A6 23 2B
Octal 107 222 201 63 0 14 53 246 43 53
Binary 1000111 10010010 10000001 110011 0 1100 101011 10100110 100011 101011

Color Harmonies of #479281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479281

Black with #479281

Text Example


Text Example

White with #479281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479281; }

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

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

background-color css

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

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

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

border-color css

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

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

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