#42968A

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

Shades of Lochinvar #42968A

Tints of Lochinvar #42968A

Color information

#42968A (or 0x42968A) is unknown color: approx Lochinvar. HEX triplet: 42, 96 and 8A. RGB value is (66,150,138). Sum of RGB (Red+Green+Blue) = 66+150+138=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #42968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42968A is #BD6975. Grayscale: #7B7B7B. Windows color (decimal): -12413302 or 9082434. OLE color: 9082434.

HSL color Cylindrical-coordinate representation of color #42968A: hue angle of 171.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42968A is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB66150138-
CMYK0.5600.080.41
HSL171.43º38.89%42.35%-
HSV(B)171.43º56%58.82%-
XYZ17.7424.8127.9-
YUV123.52136.1786.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 150 (58.98% from 255) = 42.37%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=18.64%
G=42.37%
B=38.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501380.5600.080.41171.4338.8942.35
Hex42968A380829ab272a
Octal10222621270010512534752
Binary100001010010110100010101110000100010100110101011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,150,138); }

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

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

 a { background-color: rgb(66,150,138); }

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

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

 span { border-color: rgb(66,150,138); }

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