Html Css Color HEX #47857A Lochinvar

📋 copy color: '#47857A'

red 71 ◦ green 133 ◦ blue 122

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

Shades of Lochinvar #47857A

Tints of Lochinvar #47857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

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

R = 21.78%
G = 40.8%
B = 37.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#47857A (or 0x47857A) is known color: Lochinvar. HEX triplet: 47, 85 and 7A. RGB value is (71,133,122). Sum of RGB (Red+Green+Blue) = 71+133+122=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #47857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47857A is #B87A85. Grayscale: #717171. Windows color (decimal): -12089990 or 8029511. OLE color: 8029511.

HSL color Cylindrical-coordinate representation of color #47857A: hue angle of 169.35º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47857A is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 122 -
CMYK 0.47 0 0.08 0.48
HSL 169.35º 0.3% 0.4% -
HSV(B) 169.35º 0.47% 0.52% -
XYZ 14.5 19.52 21.42 -
YUV 113.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 71 133 122 0.47 0 0.08 0.48 169.35 0.3 0.4
Hex 47 85 7A 2F 0 8 30 A9 1E 28
Octal 107 205 172 57 0 10 60 251 36 50
Binary 1000111 10000101 1111010 101111 0 1000 110000 10101001 11110 101000

Color Harmonies of #47857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47857A

Black with #47857A

Text Example


Text Example

White with #47857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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