Html Css Color HEX #478E7F Lochinvar

📋 copy color: '#478E7F'

red 71 ◦ green 142 ◦ blue 127

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

Shades of Lochinvar #478E7F

Tints of Lochinvar #478E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 20.88%
G = 41.76%
B = 37.35%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#478E7F (or 0x478E7F) is known color: Lochinvar. HEX triplet: 47, 8E and 7F. RGB value is (71,142,127). Sum of RGB (Red+Green+Blue) = 71+142+127=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #478E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478E7F is #B87180. Grayscale: #777777. Windows color (decimal): -12087681 or 8359495. OLE color: 8359495.

HSL color Cylindrical-coordinate representation of color #478E7F: hue angle of 167.32º 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 #478E7F is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 142 127 -
CMYK 0.5 0 0.11 0.44
HSL 167.32º 0.33% 0.42% -
HSV(B) 167.32º 0.5% 0.56% -
XYZ 16.1 22.22 23.52 -
YUV 119.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 71 142 127 0.5 0 0.11 0.44 167.32 0.33 0.42
Hex 47 8E 7F 32 0 B 2C A7 21 2A
Octal 107 216 177 62 0 13 54 247 41 52
Binary 1000111 10001110 1111111 110010 0 1011 101100 10100111 100001 101010

Color Harmonies of #478E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478E7F

Black with #478E7F

Text Example


Text Example

White with #478E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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