Html Css Color HEX #47867A Lochinvar

📋 copy color: '#47867A'

red 71 ◦ green 134 ◦ blue 122

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

Shades of Lochinvar #47867A

Tints of Lochinvar #47867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.98%

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

R = 21.71%
G = 40.98%
B = 37.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#47867A (or 0x47867A) is known color: Lochinvar. HEX triplet: 47, 86 and 7A. RGB value is (71,134,122). Sum of RGB (Red+Green+Blue) = 71+134+122=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #47867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47867A is #B87985. Grayscale: #717171. Windows color (decimal): -12089734 or 8029767. OLE color: 8029767.

HSL color Cylindrical-coordinate representation of color #47867A: hue angle of 168.57º 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 #47867A is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 134 122 -
CMYK 0.47 0 0.09 0.47
HSL 168.57º 0.31% 0.4% -
HSV(B) 168.57º 0.47% 0.53% -
XYZ 14.64 19.79 21.46 -
YUV 113.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 71 134 122 0.47 0 0.09 0.47 168.57 0.31 0.4
Hex 47 86 7A 2F 0 9 2F A9 1F 28
Octal 107 206 172 57 0 11 57 251 37 50
Binary 1000111 10000110 1111010 101111 0 1001 101111 10101001 11111 101000

Color Harmonies of #47867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47867A

Black with #47867A

Text Example


Text Example

White with #47867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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