#46998f

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

Shades of Lochinvar #46998F

Tints of Lochinvar #46998F

Color information

#46998F (or 0x46998F) is unknown color: approx Lochinvar. HEX triplet: 46, 99 and 8F. RGB value is (70,153,143). Sum of RGB (Red+Green+Blue) = 70+153+143=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #46998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46998F is #B96670. Grayscale: #7F7F7F. Windows color (decimal): -12150385 or 9410886. OLE color: 9410886.

HSL color Cylindrical-coordinate representation of color #46998F: hue angle of 172.77º 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 #46998F is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB70153143-
CMYK0.5400.070.4
HSL172.77º37.22%43.73%-
HSV(B)172.77º54.25%60%-
XYZ18.8726.0730.02-
YUV127.0413787.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 143 (56.25% from 255) = 39.07%
R=19.13%
G=41.80%
B=39.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531430.5400.070.4172.7737.2243.73
Hex46998F360728ad252c
Octal1062312176607502554554
Binary10001101001100110001111110110011110100010101101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46998f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46998f; }

 p { color: rgb(70,153,143); }

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

<style>
 a { background-color: #46998f; }

 a { background-color: rgb(70,153,143); }

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

<style>
 span { border-color: #46998f; }

 span { border-color: rgb(70,153,143); }

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