#478A7B

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

Shades of Lochinvar #478A7B

Tints of Lochinvar #478A7B

Color information

#478A7B (or 0x478A7B) is unknown color: approx Lochinvar. HEX triplet: 47, 8A and 7B. RGB value is (71,138,123). Sum of RGB (Red+Green+Blue) = 71+138+123=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #478A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478A7B is #B87584. Grayscale: #747474. Windows color (decimal): -12088709 or 8096327. OLE color: 8096327.

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

Color convert

RGB71138123-
CMYK0.4900.110.46
HSL166.57º32.06%40.98%-
HSV(B)166.57º48.55%54.12%-
XYZ15.2620.9521.98-
YUV116.26131.895.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=21.39%
G=41.57%
B=37.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711381230.4900.110.46166.5732.0640.98
Hex478A7B310B2Ea72029
Octal10721217361013562474051
Binary10001111000101011110111100010101110111010100111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478A7B; }

 p { color: rgb(71,138,123); }

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

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

 a { background-color: rgb(71,138,123); }

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

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

 span { border-color: rgb(71,138,123); }

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