#42847A

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

Shades of Lochinvar #42847A

Tints of Lochinvar #42847A

Color information

#42847A (or 0x42847A) is unknown color: approx Lochinvar. HEX triplet: 42, 84 and 7A. RGB value is (66,132,122). Sum of RGB (Red+Green+Blue) = 66+132+122=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #42847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42847A is #BD7B85. Grayscale: #6F6F6F. Windows color (decimal): -12417926 or 8029250. OLE color: 8029250.

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

Color convert

RGB66132122-
CMYK0.500.080.48
HSL170.91º33.33%38.82%-
HSV(B)170.91º50%51.76%-
XYZ14.0119.0721.35-
YUV111.13134.1395.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=20.62%
G=41.25%
B=38.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661321220.500.080.48170.9133.3338.82
Hex42847A320830ab2127
Octal10220417262010602534147
Binary10000101000010011110101100100100011000010101011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42847A; }

 p { color: rgb(66,132,122); }

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

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

 a { background-color: rgb(66,132,122); }

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

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

 span { border-color: rgb(66,132,122); }

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