Html Css Color HEX #478780 Lochinvar

📋 copy color: '#478780'

red 71 ◦ green 135 ◦ blue 128

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

Shades of Lochinvar #478780

Tints of Lochinvar #478780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.42%

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

R = 21.26%
G = 40.42%
B = 38.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#478780 (or 0x478780) is known color: Lochinvar. HEX triplet: 47, 87 and 80. RGB value is (71,135,128). Sum of RGB (Red+Green+Blue) = 71+135+128=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #478780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478780 is #B8787F. Grayscale: #737373. Windows color (decimal): -12089472 or 8423239. OLE color: 8423239.

HSL color Cylindrical-coordinate representation of color #478780: hue angle of 173.44º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478780 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 135 128 -
CMYK 0.47 0 0.05 0.47
HSL 173.44º 0.31% 0.4% -
HSV(B) 173.44º 0.47% 0.53% -
XYZ 15.16 20.23 23.53 -
YUV 115.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 71 135 128 0.47 0 0.05 0.47 173.44 0.31 0.4
Hex 47 87 80 2F 0 5 2F AD 1F 28
Octal 107 207 200 57 0 5 57 255 37 50
Binary 1000111 10000111 10000000 101111 0 101 101111 10101101 11111 101000

Color Harmonies of #478780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478780

Black with #478780

Text Example


Text Example

White with #478780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478780; }

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

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

background-color css

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

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

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

border-color css

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

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

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