#43847D

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

Shades of Lochinvar #43847D

Tints of Lochinvar #43847D

Color information

#43847D (or 0x43847D) is unknown color: approx Lochinvar. HEX triplet: 43, 84 and 7D. RGB value is (67,132,125). Sum of RGB (Red+Green+Blue) = 67+132+125=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #43847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43847D is #BC7B82. Grayscale: #6F6F6F. Windows color (decimal): -12352387 or 8225859. OLE color: 8225859.

HSL color Cylindrical-coordinate representation of color #43847D: hue angle of 173.54º 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 #43847D is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB67132125-
CMYK0.4900.050.48
HSL173.54º32.66%39.02%-
HSV(B)173.54º49.24%51.76%-
XYZ14.2719.1822.35-
YUV111.77135.4796.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.68%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=20.68%
G=40.74%
B=38.58%

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
Decimal671321250.4900.050.48173.5432.6639.02
Hex43847D310530ae2127
Octal1032041756105602564147
Binary1000011100001001111101110001010111000010101110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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