Html Css Color HEX #479580 Lochinvar

📋 copy color: '#479580'

red 71 ◦ green 149 ◦ blue 128

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

Shades of Lochinvar #479580

Tints of Lochinvar #479580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.78%

R = 20.4%
G = 42.82%
B = 36.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#479580 (or 0x479580) is known color: Lochinvar. HEX triplet: 47, 95 and 80. RGB value is (71,149,128). Sum of RGB (Red+Green+Blue) = 71+149+128=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #479580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479580 is #B86A7F. Grayscale: #7B7B7B. Windows color (decimal): -12085888 or 8426823. OLE color: 8426823.

HSL color Cylindrical-coordinate representation of color #479580: hue angle of 163.85º 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 #479580 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 128 -
CMYK 0.52 0 0.14 0.42
HSL 163.85º 0.35% 0.43% -
HSV(B) 163.85º 0.52% 0.58% -
XYZ 17.24 24.39 24.22 -
YUV 123.28 130.66 90.71 -
System Red Green Blue C M Y K H S L
Decimal 71 149 128 0.52 0 0.14 0.42 163.85 0.35 0.43
Hex 47 95 80 34 0 E 2A A4 23 2B
Octal 107 225 200 64 0 16 52 244 43 53
Binary 1000111 10010101 10000000 110100 0 1110 101010 10100100 100011 101011

Color Harmonies of #479580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479580

Black with #479580

Text Example


Text Example

White with #479580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479580; }

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

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

background-color css

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

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

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

border-color css

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

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

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