Html Css Color HEX #479882 Lochinvar

📋 copy color: '#479882'

red 71 ◦ green 152 ◦ blue 130

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

Shades of Lochinvar #479882

Tints of Lochinvar #479882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.06%

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

R = 20.11%
G = 43.06%
B = 36.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#479882 (or 0x479882) is known color: Lochinvar. HEX triplet: 47, 98 and 82. RGB value is (71,152,130). Sum of RGB (Red+Green+Blue) = 71+152+130=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #479882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479882 is #B8677D. Grayscale: #7D7D7D. Windows color (decimal): -12085118 or 8558663. OLE color: 8558663.

HSL color Cylindrical-coordinate representation of color #479882: hue angle of 163.7º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479882 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 130 -
CMYK 0.53 0 0.14 0.40
HSL 163.7º 0.36% 0.44% -
HSV(B) 163.7º 0.53% 0.6% -
XYZ 17.86 25.41 25.08 -
YUV 125.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 71 152 130 0.53 0 0.14 0.40 163.7 0.36 0.44
Hex 47 98 82 35 0 E 28 A4 24 2C
Octal 107 230 202 65 0 16 50 244 44 54
Binary 1000111 10011000 10000010 110101 0 1110 101000 10100100 100100 101100

Color Harmonies of #479882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479882

Black with #479882

Text Example


Text Example

White with #479882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479882; }

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

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

background-color css

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

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

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

border-color css

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

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

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