#478880

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

Shades of Lochinvar #478880

Tints of Lochinvar #478880

Color information

#478880 (or 0x478880) is unknown color: approx Lochinvar. HEX triplet: 47, 88 and 80. RGB value is (71,136,128). Sum of RGB (Red+Green+Blue) = 71+136+128=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #478880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478880 is #B8777F. Grayscale: #737373. Windows color (decimal): -12089216 or 8423495. OLE color: 8423495.

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

Color convert

RGB71136128-
CMYK0.4800.060.47
HSL172.62º31.4%40.59%-
HSV(B)172.62º47.79%53.33%-
XYZ15.320.5123.57-
YUV115.65134.9796.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=21.19%
G=40.60%
B=38.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711361280.4800.060.47172.6231.440.59
Hex47888030062Fad1f29
Octal1072102006006572553751
Binary1000111100010001000000011000001101011111010110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478880; }

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

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

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

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

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

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

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

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