Html Css Color HEX #479082 Lochinvar

📋 copy color: '#479082'

red 71 ◦ green 144 ◦ blue 130

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

Shades of Lochinvar #479082

Tints of Lochinvar #479082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 20.58%
G = 41.74%
B = 37.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#479082 (or 0x479082) is known color: Lochinvar. HEX triplet: 47, 90 and 82. RGB value is (71,144,130). Sum of RGB (Red+Green+Blue) = 71+144+130=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #479082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479082 is #B86F7D. Grayscale: #787878. Windows color (decimal): -12087166 or 8556615. OLE color: 8556615.

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

Color convert

RGB 71 144 130 -
CMYK 0.51 0 0.10 0.44
HSL 168.49º 0.34% 0.42% -
HSV(B) 168.49º 0.51% 0.56% -
XYZ 16.6 22.9 24.66 -
YUV 120.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 71 144 130 0.51 0 0.10 0.44 168.49 0.34 0.42
Hex 47 90 82 33 0 A 2C A8 22 2A
Octal 107 220 202 63 0 12 54 250 42 52
Binary 1000111 10010000 10000010 110011 0 1010 101100 10101000 100010 101010

Color Harmonies of #479082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479082

Black with #479082

Text Example


Text Example

White with #479082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479082; }

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

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

background-color css

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

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

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

border-color css

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

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

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