Html Css Color HEX #47867F Lochinvar

📋 copy color: '#47867F'

red 71 ◦ green 134 ◦ blue 127

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

Shades of Lochinvar #47867F

Tints of Lochinvar #47867F

RGB

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

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

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

R = 21.39%
G = 40.36%
B = 38.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#47867F (or 0x47867F) is known color: Lochinvar. HEX triplet: 47, 86 and 7F. RGB value is (71,134,127). Sum of RGB (Red+Green+Blue) = 71+134+127=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #47867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47867F is #B87980. Grayscale: #727272. Windows color (decimal): -12089729 or 8357447. OLE color: 8357447.

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

Color convert

RGB 71 134 127 -
CMYK 0.47 0 0.05 0.47
HSL 173.33º 0.31% 0.4% -
HSV(B) 173.33º 0.47% 0.53% -
XYZ 14.95 19.92 23.14 -
YUV 114.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 71 134 127 0.47 0 0.05 0.47 173.33 0.31 0.4
Hex 47 86 7F 2F 0 5 2F AD 1F 28
Octal 107 206 177 57 0 5 57 255 37 50
Binary 1000111 10000110 1111111 101111 0 101 101111 10101101 11111 101000

Color Harmonies of #47867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47867F

Black with #47867F

Text Example


Text Example

White with #47867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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