#478882

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

Shades of Lochinvar #478882

Tints of Lochinvar #478882

Color information

#478882 (or 0x478882) is unknown color: approx Lochinvar. HEX triplet: 47, 88 and 82. RGB value is (71,136,130). Sum of RGB (Red+Green+Blue) = 71+136+130=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #478882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478882 is #B8777D. Grayscale: #737373. Windows color (decimal): -12089214 or 8554567. OLE color: 8554567.

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

Color convert

RGB71136130-
CMYK0.4800.040.47
HSL174.46º31.4%40.59%-
HSV(B)174.46º47.79%53.33%-
XYZ15.4320.5624.27-
YUV115.88135.9795.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.07%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=21.07%
G=40.36%
B=38.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711361300.4800.040.47174.4631.440.59
Hex47888230042Fae1f29
Octal1072102026004572563751
Binary1000111100010001000001011000001001011111010111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478882; }

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

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

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

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

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

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

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

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