Html Css Color HEX #47867D Lochinvar

📋 copy color: '#47867D'

red 71 ◦ green 134 ◦ blue 125

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

Shades of Lochinvar #47867D

Tints of Lochinvar #47867D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 21.52%
G = 40.61%
B = 37.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#47867D (or 0x47867D) is known color: Lochinvar. HEX triplet: 47, 86 and 7D. RGB value is (71,134,125). Sum of RGB (Red+Green+Blue) = 71+134+125=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #47867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47867D is #B87982. Grayscale: #727272. Windows color (decimal): -12089731 or 8226375. OLE color: 8226375.

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

Color convert

RGB 71 134 125 -
CMYK 0.47 0 0.07 0.47
HSL 171.43º 0.31% 0.4% -
HSV(B) 171.43º 0.47% 0.53% -
XYZ 14.83 19.87 22.46 -
YUV 114.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 71 134 125 0.47 0 0.07 0.47 171.43 0.31 0.4
Hex 47 86 7D 2F 0 7 2F AB 1F 28
Octal 107 206 175 57 0 7 57 253 37 50
Binary 1000111 10000110 1111101 101111 0 111 101111 10101011 11111 101000

Color Harmonies of #47867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47867D

Black with #47867D

Text Example


Text Example

White with #47867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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