#43847E

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

Shades of Lochinvar #43847E

Tints of Lochinvar #43847E

Color information

#43847E (or 0x43847E) is unknown color: approx Lochinvar. HEX triplet: 43, 84 and 7E. RGB value is (67,132,126). Sum of RGB (Red+Green+Blue) = 67+132+126=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #43847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43847E is #BC7B81. Grayscale: #6F6F6F. Windows color (decimal): -12352386 or 8291395. OLE color: 8291395.

HSL color Cylindrical-coordinate representation of color #43847E: hue angle of 174.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43847E is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB67132126-
CMYK0.4900.050.48
HSL174.46º32.66%39.02%-
HSV(B)174.46º49.24%51.76%-
XYZ14.3319.222.69-
YUV111.88135.9795.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.62%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=20.62%
G=40.62%
B=38.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671321260.4900.050.48174.4632.6639.02
Hex43847E310530ae2127
Octal1032041766105602564147
Binary1000011100001001111110110001010111000010101110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43847E; }

 p { color: rgb(67,132,126); }

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

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

 a { background-color: rgb(67,132,126); }

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

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

 span { border-color: rgb(67,132,126); }

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