#42847B

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

Shades of Lochinvar #42847B

Tints of Lochinvar #42847B

Color information

#42847B (or 0x42847B) is unknown color: approx Lochinvar. HEX triplet: 42, 84 and 7B. RGB value is (66,132,123). Sum of RGB (Red+Green+Blue) = 66+132+123=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #42847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42847B is #BD7B84. Grayscale: #6F6F6F. Windows color (decimal): -12417925 or 8094786. OLE color: 8094786.

HSL color Cylindrical-coordinate representation of color #42847B: hue angle of 171.82º 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 #42847B is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB66132123-
CMYK0.500.070.48
HSL171.82º33.33%38.82%-
HSV(B)171.82º50%51.76%-
XYZ14.0719.0921.68-
YUV111.24134.6395.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=20.56%
G=41.12%
B=38.32%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661321230.500.070.48171.8233.3338.82
Hex42847B320730ac2127
Octal1022041736207602544147
Binary1000010100001001111011110010011111000010101100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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