#46968E

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

Shades of Lochinvar #46968E

Tints of Lochinvar #46968E

Color information

#46968E (or 0x46968E) is unknown color: approx Lochinvar. HEX triplet: 46, 96 and 8E. RGB value is (70,150,142). Sum of RGB (Red+Green+Blue) = 70+150+142=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #46968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46968E is #B96971. Grayscale: #7D7D7D. Windows color (decimal): -12151154 or 9344582. OLE color: 9344582.

HSL color Cylindrical-coordinate representation of color #46968E: hue angle of 174º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46968E is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB70150142-
CMYK0.5300.050.41
HSL174º36.36%43.14%-
HSV(B)174º53.33%58.82%-
XYZ18.3125.0729.46-
YUV125.17137.588.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.34%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=19.34%
G=41.44%
B=39.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701501420.5300.050.4117436.3643.14
Hex46968E350529ae242b
Octal1062262166505512564453
Binary10001101001011010001110110101010110100110101110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,150,142); }

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

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

 a { background-color: rgb(70,150,142); }

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

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

 span { border-color: rgb(70,150,142); }

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