Html Css Color HEX #47907C Lochinvar

📋 copy color: '#47907C'

red 71 ◦ green 144 ◦ blue 124

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

Shades of Lochinvar #47907C

Tints of Lochinvar #47907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.48%

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 20.94%
G = 42.48%
B = 36.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#47907C (or 0x47907C) is known color: Lochinvar. HEX triplet: 47, 90 and 7C. RGB value is (71,144,124). Sum of RGB (Red+Green+Blue) = 71+144+124=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #47907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47907C is #B86F83. Grayscale: #777777. Windows color (decimal): -12087172 or 8163399. OLE color: 8163399.

HSL color Cylindrical-coordinate representation of color #47907C: hue angle of 163.56º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47907C is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 144 124 -
CMYK 0.51 0 0.14 0.44
HSL 163.56º 0.34% 0.42% -
HSV(B) 163.56º 0.51% 0.56% -
XYZ 16.21 22.74 22.6 -
YUV 119.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 71 144 124 0.51 0 0.14 0.44 163.56 0.34 0.42
Hex 47 90 7C 33 0 E 2C A4 22 2A
Octal 107 220 174 63 0 16 54 244 42 52
Binary 1000111 10010000 1111100 110011 0 1110 101100 10100100 100010 101010

Color Harmonies of #47907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47907C

Black with #47907C

Text Example


Text Example

White with #47907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47907C; }

 p { color: rgb(71,144,124); }

 H1.HeaderClassName
 {
   color: #47907C;
 }
 .AnyTagClassName
 {
   color: #47907C;
 }
</style>

background-color css

<style>
 a { background-color: #47907C; }

 a { background-color: rgb(71,144,124); }

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

border-color css

<style>
 span { border-color: #47907C; }

 span { border-color: rgb(71,144,124); }

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