Html Css Color HEX #479087 Lochinvar

📋 copy color: '#479087'

red 71 ◦ green 144 ◦ blue 135

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

Shades of Lochinvar #479087

Tints of Lochinvar #479087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.57%

R = 20.29%
G = 41.14%
B = 38.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#479087 (or 0x479087) is known color: Lochinvar. HEX triplet: 47, 90 and 87. RGB value is (71,144,135). Sum of RGB (Red+Green+Blue) = 71+144+135=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #479087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479087 is #B86F78. Grayscale: #797979. Windows color (decimal): -12087161 or 8884295. OLE color: 8884295.

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

Color convert

RGB 71 144 135 -
CMYK 0.51 0 0.06 0.44
HSL 172.6º 0.34% 0.42% -
HSV(B) 172.6º 0.51% 0.56% -
XYZ 16.94 23.04 26.47 -
YUV 121.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 71 144 135 0.51 0 0.06 0.44 172.6 0.34 0.42
Hex 47 90 87 33 0 6 2C AD 22 2A
Octal 107 220 207 63 0 6 54 255 42 52
Binary 1000111 10010000 10000111 110011 0 110 101100 10101101 100010 101010

Color Harmonies of #479087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479087

Black with #479087

Text Example


Text Example

White with #479087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479087; }

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

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

background-color css

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

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

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

border-color css

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

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

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