Html Css Color HEX #478E7A Lochinvar

📋 copy color: '#478E7A'

red 71 ◦ green 142 ◦ blue 122

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

Shades of Lochinvar #478E7A

Tints of Lochinvar #478E7A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.39%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 21.19%
G = 42.39%
B = 36.42%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#478E7A (or 0x478E7A) is known color: Lochinvar. HEX triplet: 47, 8E and 7A. RGB value is (71,142,122). Sum of RGB (Red+Green+Blue) = 71+142+122=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #478E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478E7A is #B87185. Grayscale: #767676. Windows color (decimal): -12087686 or 8031815. OLE color: 8031815.

HSL color Cylindrical-coordinate representation of color #478E7A: hue angle of 163.1º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478E7A is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 142 122 -
CMYK 0.5 0 0.14 0.44
HSL 163.1º 0.33% 0.42% -
HSV(B) 163.1º 0.5% 0.56% -
XYZ 15.78 22.09 21.84 -
YUV 118.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 71 142 122 0.5 0 0.14 0.44 163.1 0.33 0.42
Hex 47 8E 7A 32 0 E 2C A3 21 2A
Octal 107 216 172 62 0 16 54 243 41 52
Binary 1000111 10001110 1111010 110010 0 1110 101100 10100011 100001 101010

Color Harmonies of #478E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478E7A

Black with #478E7A

Text Example


Text Example

White with #478E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478E7A; }

 p { color: rgb(71,142,122); }

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

background-color css

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

 a { background-color: rgb(71,142,122); }

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

border-color css

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

 span { border-color: rgb(71,142,122); }

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