Html Css Color HEX #47857B Lochinvar

📋 copy color: '#47857B'

red 71 ◦ green 133 ◦ blue 123

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

Shades of Lochinvar #47857B

Tints of Lochinvar #47857B

RGB

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

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

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

R = 21.71%
G = 40.67%
B = 37.61%

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

#47857B (or 0x47857B) is known color: Lochinvar. HEX triplet: 47, 85 and 7B. RGB value is (71,133,123). Sum of RGB (Red+Green+Blue) = 71+133+123=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #47857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47857B is #B87A84. Grayscale: #717171. Windows color (decimal): -12089989 or 8095047. OLE color: 8095047.

HSL color Cylindrical-coordinate representation of color #47857B: hue angle of 170.32º 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 #47857B is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 123 -
CMYK 0.47 0 0.08 0.48
HSL 170.32º 0.3% 0.4% -
HSV(B) 170.32º 0.47% 0.52% -
XYZ 14.56 19.54 21.74 -
YUV 113.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 71 133 123 0.47 0 0.08 0.48 170.32 0.3 0.4
Hex 47 85 7B 2F 0 8 30 AA 1E 28
Octal 107 205 173 57 0 10 60 252 36 50
Binary 1000111 10000101 1111011 101111 0 1000 110000 10101010 11110 101000

Color Harmonies of #47857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47857B

Black with #47857B

Text Example


Text Example

White with #47857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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