#478983

Color #478983 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #478983

Tints of Lochinvar #478983

Color information

#478983 (or 0x478983) is unknown color: approx Lochinvar. HEX triplet: 47, 89 and 83. RGB value is (71,137,131). Sum of RGB (Red+Green+Blue) = 71+137+131=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #478983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478983 is #B8767C. Grayscale: #747474. Windows color (decimal): -12088957 or 8620359. OLE color: 8620359.

HSL color Cylindrical-coordinate representation of color #478983: hue angle of 174.55º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478983 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB71137131-
CMYK0.4800.040.46
HSL174.55º31.73%40.78%-
HSV(B)174.55º48.18%53.73%-
XYZ15.6420.8724.68-
YUV116.58136.1395.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=20.94%
G=40.41%
B=38.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711371310.4800.040.46174.5531.7340.78
Hex47898330042Eaf2029
Octal1072112036004562574051
Binary10001111000100110000011110000010010111010101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478983; }

 p { color: rgb(71,137,131); }

 H1.HeaderClassName
 {
   color: #478983;
 }
 .AnyTagClassName
 {
   color: #478983;
 }
</style>
background-color css

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

 a { background-color: rgb(71,137,131); }

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

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

 span { border-color: rgb(71,137,131); }

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