Html Css Color HEX #478D7B Lochinvar

📋 copy color: '#478D7B'

red 71 ◦ green 141 ◦ blue 123

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

Shades of Lochinvar #478D7B

Tints of Lochinvar #478D7B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.09%

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 21.19%
G = 42.09%
B = 36.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#478D7B (or 0x478D7B) is known color: Lochinvar. HEX triplet: 47, 8D and 7B. RGB value is (71,141,123). Sum of RGB (Red+Green+Blue) = 71+141+123=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #478D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D7B is #B87284. Grayscale: #767676. Windows color (decimal): -12087941 or 8097095. OLE color: 8097095.

HSL color Cylindrical-coordinate representation of color #478D7B: hue angle of 164.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D7B is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 141 123 -
CMYK 0.50 0 0.13 0.45
HSL 164.57º 0.33% 0.42% -
HSV(B) 164.57º 0.5% 0.55% -
XYZ 15.7 21.82 22.12 -
YUV 118.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 71 141 123 0.50 0 0.13 0.45 164.57 0.33 0.42
Hex 47 8D 7B 32 0 D 2D A5 21 2A
Octal 107 215 173 62 0 15 55 245 41 52
Binary 1000111 10001101 1111011 110010 0 1101 101101 10100101 100001 101010

Color Harmonies of #478D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478D7B

Black with #478D7B

Text Example


Text Example

White with #478D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,141,123); }

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

background-color css

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

 a { background-color: rgb(71,141,123); }

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

border-color css

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

 span { border-color: rgb(71,141,123); }

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