Html Css Color HEX #47907D Lochinvar

📋 copy color: '#47907D'

red 71 ◦ green 144 ◦ blue 125

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

Shades of Lochinvar #47907D

Tints of Lochinvar #47907D

RGB

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

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

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

R = 20.88%
G = 42.35%
B = 36.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#47907D (or 0x47907D) is known color: Lochinvar. HEX triplet: 47, 90 and 7D. RGB value is (71,144,125). Sum of RGB (Red+Green+Blue) = 71+144+125=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #47907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47907D is #B86F82. Grayscale: #787878. Windows color (decimal): -12087171 or 8228935. OLE color: 8228935.

HSL color Cylindrical-coordinate representation of color #47907D: hue angle of 164.38º 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 #47907D is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 144 125 -
CMYK 0.51 0 0.13 0.44
HSL 164.38º 0.34% 0.42% -
HSV(B) 164.38º 0.51% 0.56% -
XYZ 16.27 22.77 22.94 -
YUV 120.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 71 144 125 0.51 0 0.13 0.44 164.38 0.34 0.42
Hex 47 90 7D 33 0 D 2C A4 22 2A
Octal 107 220 175 63 0 15 54 244 42 52
Binary 1000111 10010000 1111101 110011 0 1101 101100 10100100 100010 101010

Color Harmonies of #47907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47907D

Black with #47907D

Text Example


Text Example

White with #47907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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