#46988D

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

Shades of Lochinvar #46988D

Tints of Lochinvar #46988D

Color information

#46988D (or 0x46988D) is unknown color: approx Lochinvar. HEX triplet: 46, 98 and 8D. RGB value is (70,152,141). Sum of RGB (Red+Green+Blue) = 70+152+141=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #46988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46988D is #B96772. Grayscale: #7E7E7E. Windows color (decimal): -12150643 or 9279558. OLE color: 9279558.

HSL color Cylindrical-coordinate representation of color #46988D: hue angle of 171.95º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46988D is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB70152141-
CMYK0.5400.070.40
HSL171.95º36.94%43.53%-
HSV(B)171.95º53.95%59.61%-
XYZ18.5625.6829.18-
YUV126.23136.3387.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.28%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=19.28%
G=41.87%
B=38.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701521410.5400.070.40171.9536.9443.53
Hex46988D360728ac252c
Octal1062302156607502544554
Binary10001101001100010001101110110011110100010101100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,152,141); }

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

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

 a { background-color: rgb(70,152,141); }

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

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

 span { border-color: rgb(70,152,141); }

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