Html Css Color HEX #479582 Lochinvar

📋 copy color: '#479582'

red 71 ◦ green 149 ◦ blue 130

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

Shades of Lochinvar #479582

Tints of Lochinvar #479582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

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

R = 20.29%
G = 42.57%
B = 37.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#479582 (or 0x479582) is known color: Lochinvar. HEX triplet: 47, 95 and 82. RGB value is (71,149,130). Sum of RGB (Red+Green+Blue) = 71+149+130=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #479582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479582 is #B86A7D. Grayscale: #7B7B7B. Windows color (decimal): -12085886 or 8557895. OLE color: 8557895.

HSL color Cylindrical-coordinate representation of color #479582: hue angle of 165.38º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479582 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 130 -
CMYK 0.52 0 0.13 0.42
HSL 165.38º 0.35% 0.43% -
HSV(B) 165.38º 0.52% 0.58% -
XYZ 17.38 24.45 24.92 -
YUV 123.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 71 149 130 0.52 0 0.13 0.42 165.38 0.35 0.43
Hex 47 95 82 34 0 D 2A A5 23 2B
Octal 107 225 202 64 0 15 52 245 43 53
Binary 1000111 10010101 10000010 110100 0 1101 101010 10100101 100011 101011

Color Harmonies of #479582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479582

Black with #479582

Text Example


Text Example

White with #479582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479582; }

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

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

background-color css

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

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

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

border-color css

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

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

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