Html Css Color HEX #479588 Lochinvar

📋 copy color: '#479588'

red 71 ◦ green 149 ◦ blue 136

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

Shades of Lochinvar #479588

Tints of Lochinvar #479588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

 BLUE value IS 136 (53.52% from 255) = 38.2%

R = 19.94%
G = 41.85%
B = 38.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#479588 (or 0x479588) is known color: Lochinvar. HEX triplet: 47, 95 and 88. RGB value is (71,149,136). Sum of RGB (Red+Green+Blue) = 71+149+136=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #479588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479588 is #B86A77. Grayscale: #7C7C7C. Windows color (decimal): -12085880 or 8951111. OLE color: 8951111.

HSL color Cylindrical-coordinate representation of color #479588: hue angle of 170º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479588 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 136 -
CMYK 0.52 0 0.09 0.42
HSL 170º 0.35% 0.43% -
HSV(B) 170º 0.52% 0.58% -
XYZ 17.79 24.61 27.11 -
YUV 124.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 71 149 136 0.52 0 0.09 0.42 170 0.35 0.43
Hex 47 95 88 34 0 9 2A AA 23 2B
Octal 107 225 210 64 0 11 52 252 43 53
Binary 1000111 10010101 10001000 110100 0 1001 101010 10101010 100011 101011

Color Harmonies of #479588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479588

Black with #479588

Text Example


Text Example

White with #479588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479588; }

 p { color: rgb(71,149,136); }

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

background-color css

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

 a { background-color: rgb(71,149,136); }

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

border-color css

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

 span { border-color: rgb(71,149,136); }

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